Describe the enhancement requested
Trying to get a timeStampNanoTZ() off of the UnionFixedSizeListWriter results in this exception:
You tried to write a TimeStampNanoTZ type when you are using a ValueWriter of type UnionFixedSizeListWriter.
java.lang.IllegalArgumentException: You tried to write a TimeStampNanoTZ type when you are using a ValueWriter of type UnionFixedSizeListWriter.
at org.apache.arrow.vector.complex.impl.AbstractFieldWriter.fail(AbstractFieldWriter.java:1350)
at org.apache.arrow.vector.complex.impl.AbstractFieldWriter.timeStampNanoTZ(AbstractFieldWriter.java:1136)
at org.apache.arrow.vector.complex.impl.UnionFixedSizeListWriter.timeStampNanoTZ(UnionFixedSizeListWriter.java:68)
Is it possible to support this since timeStampNano() and timeStampNanoTZ() have identical payloads? (just one has the TZ string in the field schema)
Describe the enhancement requested
Trying to get a
timeStampNanoTZ()off of theUnionFixedSizeListWriterresults in this exception:Is it possible to support this since timeStampNano() and timeStampNanoTZ() have identical payloads? (just one has the TZ string in the field schema)