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 is missing support for Duration columns #558

Open
nbauernfeind opened this issue Jan 24, 2025 · 2 comments · May be fixed by #560
Open

ComplexCopier is missing support for Duration columns #558

nbauernfeind opened this issue Jan 24, 2025 · 2 comments · May be fixed by #560
Assignees
Labels
Type: enhancement New feature or request

Comments

@nbauernfeind
Copy link
Contributor

nbauernfeind commented Jan 24, 2025

ComplexCopier does not support Durations:

java.lang.UnsupportedOperationException: DURATION
	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
@joyCurry30
Copy link

Can you assign to me ? I'd like to make a PR.

@kou
Copy link
Member

kou commented Jan 24, 2025

Done!

joyCurry30 added a commit to joyCurry30/arrow-java that referenced this issue Jan 24, 2025
joyCurry30 added a commit to joyCurry30/arrow-java that referenced this issue Jan 24, 2025
joyCurry30 added a commit to joyCurry30/arrow-java that referenced this issue Jan 24, 2025
joyCurry30 added a commit to joyCurry30/arrow-java that referenced this issue 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

Successfully merging a pull request may close this issue.

3 participants