pitrou commented on PR #47316: URL: https://github.com/apache/arrow/pull/47316#issuecomment-3209885466
By the way, the Variant spec only supports a "time without time zone" type and Parquet Java [enforces that](https://github.com/apache/parquet-java/blob/6d2635b2a4d4316816c29602ce9e3f770157b047/parquet-variant/src/main/java/org/apache/parquet/variant/VariantConverters.java#L471-L473): ```java if (timeType.isAdjustedToUTC() || timeType.getUnit() != MICROS) { throw new UnsupportedOperationException(timeType + " not supported by Variant"); } else { ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org