Guosmilesmile commented on code in PR #16097:
URL: https://github.com/apache/iceberg/pull/16097#discussion_r3136728816
##########
core/src/test/java/org/apache/iceberg/data/DataTestBase.java:
##########
@@ -101,7 +101,8 @@ protected boolean
allowsWritingNullValuesForRequiredFields() {
required(114, "dec_9_0", Types.DecimalType.of(9, 0)),
required(115, "dec_11_2", Types.DecimalType.of(11, 2)),
required(116, "dec_38_10", Types.DecimalType.of(38, 10)), // maximum
precision
- required(117, "time", Types.TimeType.get()));
+ required(117, "time", Types.TimeType.get()),
+ required(118, "uuid", Types.UUIDType.get()));
Review Comment:
Or perhaps we should first clarify what the proper way to handle the UUID
type on the Flink write side should be?
--
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]