rdblue opened a new pull request, #12455: URL: https://github.com/apache/iceberg/pull/12455
This updates Avro to support nanosecond timestamps and unknown. This also cleans up some of the tests: * Moves `DataTest` to core so it can be used for Avro, rather than duplicating in `AvroDataTest` * Enables default value tests from `DataTest` for the internal object model (`TestInternalAvro`) * To use `DataTest` for `TestInternalAvro`, uses `Record` instead of `StructLike` and updates validations in `InternalTestHelpers` The new tests in `DataTest` are currently disabled for Parquet, ORC, and Flink that reuse the `DataTest` base using `supportsUnknown`, `supportsTimestampNanos`, and `supportsVariant`. This allows breaking up the changes to support these types across multiple PRs. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org