pvary commented on code in PR #14974:
URL: https://github.com/apache/iceberg/pull/14974#discussion_r2668059868
##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/TestRowDataWrapper.java:
##########
@@ -59,6 +60,18 @@ public void testTime() {
});
}
+ @Disabled
+ @Override
+ public void testTimestampNanoWithoutZone() {
+ // Flink does not support timestamp without zone.
Review Comment:
```suggestion
// Flink does not support nanosecond timestamp without zone.
```
##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/TestRowDataWrapper.java:
##########
@@ -59,6 +60,18 @@ public void testTime() {
});
}
+ @Disabled
+ @Override
+ public void testTimestampNanoWithoutZone() {
+ // Flink does not support timestamp without zone.
+ }
+
+ @Disabled
+ @Override
+ public void testTimestampNanoWithZone() {
+ // Flink does not support timestamp without zone.
Review Comment:
```suggestion
// Flink does not support nanosecond timestamp with zone.
```
--
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]