-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffi_stream.rs: Align buffers when importing arrays #4
Conversation
Maybe link to the PR you opened to the forked repo and also to an example that led us to discover the issue, e.g., https://github.com/EngineeringSoftware/use-arrow-adbc/blob/89d83a3e968a64b2831d2be5156b2773fe5990b4/src/snowflake_static.rs#L21 |
And I posted the full stack trace here as well apache/arrow-adbc#2526 |
thanks for the ping! as long as it's a backport of something that lands upstream there is no reason to have objections the upstream PR looks simple but i have not enough context to approve or disapprove. is the change testable? |
I tested it with I tried writing a test, but it would take a lot of work to create a |
Discussion is evolving in apache/arrow-adbc#2526. I will merge this because this enables progress on our side while the community at large decides on the final solution. |
it it possible to create buffers from arbitrary |
👍 let's hope the community converges on a solution (!= wontfix) |
Creating the buffers is easy, instantiating the |
Upstream PR: apache#7137
Discussion in
arrow-adbc
apache/arrow-adbc#2526