Skip to content
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

Arrow Bridge should support null buffers #12082

Open
pedroerp opened this issue Jan 14, 2025 · 0 comments
Open

Arrow Bridge should support null buffers #12082

pedroerp opened this issue Jan 14, 2025 · 0 comments
Labels
arrow bug Something isn't working

Comments

@pedroerp
Copy link
Contributor

Bug description

When converting Arrow C arrays into Velox Vectors, the current brdige code throws if buffers are null.

Libraries like PyArrow will create Arrow Arrays with null buffers in case there are zero records (empty batch). We should not fail the conversation in these cases.

System information

any platform

Relevant logs

No response

@pedroerp pedroerp added bug Something isn't working triage Newly created issue that needs attention. arrow and removed triage Newly created issue that needs attention. labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant