klion26 opened a new pull request, #8114: URL: https://github.com/apache/arrow-rs/pull/8114
# Which issue does this PR close? We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. - Closes #8055. # Rationale for this change Add `Variant::Time` support and cast_to_variant for `Variant::Time` # What changes are included in this PR? - Add `Variant::Time` primitive support - Add `primitive_time.metadata` and `primitive_time.value` generated from [Iceberg Code](https://github.com/apache/iceberg/blob/3a4215dbb714477c89681ab94f1197b6ebcbdfff/parquet/src/test/java/org/apache/iceberg/parquet/TestVariantReaders.java#L355) into `parquet-testing` - Add `cast_to_variant` support for `Variant::Time` # Are these changes tested? Added tests for the added feature. # Are there any user-facing changes? No -- 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