stevenzwu commented on code in PR #6557:
URL: https://github.com/apache/iceberg/pull/6557#discussion_r1067710226
##########
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/DataGenerators.java:
##########
@@ -70,6 +78,12 @@ public static class Primitives implements DataGenerator {
private static final BigDecimal BIG_DECIMAL_NEGATIVE = new
BigDecimal("-1.50");
private static final byte[] FIXED_BYTES =
"012345689012345".getBytes(StandardCharsets.UTF_8);
+ private static org.apache.avro.Schema addAdjustToUtc(
Review Comment:
good catch. this is not needed anymore. I forgot to delete the obsoleted
code after some refactoring.
--
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]