pvary commented on code in PR #15475:
URL: https://github.com/apache/iceberg/pull/15475#discussion_r2871599035
##########
flink/v2.1/flink/src/test/java/org/apache/iceberg/flink/TestRowDataWrapper.java:
##########
@@ -93,15 +92,13 @@ protected void generateAndValidate(
assertThat(expected).isExhausted();
}
- @Disabled
@Override
public void testTimestampNanoWithoutZone() {
- // Flink does not support nanosecond timestamp without zone.
+ super.testTimestampNanoWithoutZone();
}
- @Disabled
@Override
public void testTimestampNanoWithZone() {
- // Flink does not support nanosecond timestamp with zone.
+ super.testTimestampNanoWithZone();
Review Comment:
Should we just remove the method overrides?
--
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]