Skip to content

Array data imported through the FFI might contain unaligned buffers #7136

Open
@felipecrv

Description

Describe the bug

I described the issue in detail on the arrow-adbc bug tracker:

apache/arrow-adbc#2526

To Reproduce

Executing a query through the Snowflake ADBC driver (Go) that happens to produce array with unaligned buffers. The linked issue above contains a stack trace.

Expected behavior

The Rust code importing the array should check the alignment and copy the buffers to an unaligned position if necessary.

Metadata

Assignees

Labels

enhancementAny new improvement worthy of a entry in the changelog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions