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


##########
data/src/test/java/org/apache/iceberg/data/BaseFormatModelTests.java:
##########
@@ -459,7 +517,7 @@ void 
testPositionDeleteWriterEngineWriteGenericRead(FileFormat fileFormat) throw
   @ParameterizedTest
   @FieldSource("FILE_FORMATS")
   void testReaderBuilderProjection(FileFormat fileFormat) throws IOException {
-    DataGenerator dataGenerator = new DataGenerators.DefaultSchema();
+    DataGenerator dataGenerator = new DataGenerators.Primitives();

Review Comment:
   Okay, that sounds good.



##########
data/src/test/java/org/apache/iceberg/data/BaseFormatModelTests.java:
##########
@@ -130,6 +136,50 @@ protected boolean supportsBatchReads() {
 
   @TempDir private File tableDir;
 
+  protected boolean supportsTime() {
+    return true;
+  }
+
+  protected boolean supportsUUID() {
+    return true;
+  }

Review Comment:
   Yeah, we can do that.



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