apache / apache/arrow-rs

Array data imported through the FFI might contain unaligned buffers

Open
#7,136 2 comments 0 reactions 1 assignee Claimed by @felipecrv View on GitHub
enhancement
Dominant language
Rust
Stars
3.6k
Forks
1.3k
Avg merge
2d 18h
Merged PRs (30d)
169

Description

**Describe the bug**

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

https://github.com/apache/arrow-adbc/issues/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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.