nastra commented on code in PR #8250:
URL: https://github.com/apache/iceberg/pull/8250#discussion_r1286737815
##########
data/src/test/java/org/apache/iceberg/RecordWrapperTest.java:
##########
@@ -44,8 +44,8 @@ public abstract class RecordWrapperTest {
optional(113, "bytes", Types.BinaryType.get()),
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(116, "dec_38_10", Types.DecimalType.of(38, 10)), // maximum
precision
+ optional(117, "uuid", Types.UUIDType.get()));
Review Comment:
this is being used by Spark tests across all versions, so we need to apply
the fix for all Spark versions in a single PR unfortunately
--
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]