lgingerich opened a new pull request, #1925: URL: https://github.com/apache/iceberg-rust/pull/1925
## Which issue does this PR close? - Closes https://github.com/apache/iceberg-rust/issues/1924. ## What changes are included in this PR? - For match expression on `PrimitiveType`, removes wildcard and explicitly handles all enum variants. - Removes support of `PrimititveType::TimestampzNs` for HMS and Glue. - Hive/HMS does not support timezone aware timestamps, per [Hive docs](https://cwiki.apache.org/confluence/display/hive/languagemanual+types#LanguageManualTypes-TimestampstimestampTimestamps). - Glue uses the Hive type system so it should also be disabled for Glue. ## Are these changes tested? Tested with existing test suite -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
