pvary commented on code in PR #15795:
URL: https://github.com/apache/iceberg/pull/15795#discussion_r3266362259


##########
flink/v2.1/flink/src/test/java/org/apache/iceberg/flink/data/TestFlinkFormatModel.java:
##########
@@ -33,6 +33,26 @@
 
 public class TestFlinkFormatModel extends BaseFormatModelTests<RowData> {
 
+  @Override
+  protected boolean supportsTime() {
+    return false;
+  }
+
+  @Override
+  protected boolean supportsTimestampNano() {
+    return false;
+  }
+
+  @Override
+  protected boolean supportsVariant() {
+    return false;
+  }
+
+  @Override
+  protected boolean supportsUnknown() {
+    return false;
+  }

Review Comment:
   Maybe this as well? @talatuyarer had some PR around it, or it was 
@Guosmilesmile?



-- 
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]

Reply via email to