joyhaldar opened a new pull request, #16364: URL: https://github.com/apache/iceberg/pull/16364
Follow-up to #16097. Adds a UUID field to `SUPPORTED_PRIMITIVES` in [DataTestBase](https://github.com/apache/iceberg/blob/6976e020b894f6a6777704df2b8c4458cb291ae9/core/src/test/java/org/apache/iceberg/data/DataTestBase.java#L86). `UUID` was only tested in Flink's [TestFlinkUuidType](https://github.com/apache/iceberg/blob/main/flink/v2.1/flink/src/test/java/org/apache/iceberg/flink/TestFlinkUuidType.java) before. Now every test that extends `DataTestBase` reads and writes `UUID` too. [TestFlinkParquetReader](https://github.com/apache/iceberg/blob/6976e020b894f6a6777704df2b8c4458cb291ae9/flink/v2.1/flink/src/test/java/org/apache/iceberg/flink/data/TestFlinkParquetReader.java#L61) extends `DataTestBase` and has a test with a Parquet schema written out by hand to match `SUPPORTED_PRIMITIVES`. Updated that schema to add the `UUID` column, for Flink `2.1`, `2.0` and `1.20`. -- 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]
