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

ComplexCopier missing support for FixedSizeBinary columns #559

Open
nbauernfeind opened this issue Jan 24, 2025 · 0 comments
Open

ComplexCopier missing support for FixedSizeBinary columns #559

nbauernfeind opened this issue Jan 24, 2025 · 0 comments
Labels
Type: enhancement New feature or request

Comments

@nbauernfeind
Copy link
Contributor

nbauernfeind commented Jan 24, 2025

Complex copier does not support fixed size binary.

java.lang.UnsupportedOperationException: FIXEDSIZEBINARY
	at org.apache.arrow.vector.complex.impl.ComplexCopier.getListWriterForReader(ComplexCopier.java:824)
	at org.apache.arrow.vector.complex.impl.ComplexCopier.writeValue(ComplexCopier.java:93)
	at org.apache.arrow.vector.complex.impl.ComplexCopier.copy(ComplexCopier.java:76)
	at org.apache.arrow.vector.complex.ListVector.copyFrom(ListVector.java:409)
@nbauernfeind nbauernfeind added the Type: enhancement New feature or request label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant