pvary commented on code in PR #15795:
URL: https://github.com/apache/iceberg/pull/15795#discussion_r3266357749
##########
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;
+ }
Review Comment:
I think this should be true now
--
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]