Guosmilesmile commented on code in PR #15675:
URL: https://github.com/apache/iceberg/pull/15675#discussion_r3090085820
##########
data/src/test/java/org/apache/iceberg/data/BaseFormatModelTests.java:
##########
@@ -609,6 +622,69 @@ void testReaderBuilderReuseContainers(FileFormat
fileFormat) throws IOException
reuseRecords.forEach(r -> assertThat(r).isSameAs(reuseRecords.get(0)));
}
+ @ParameterizedTest
+ @FieldSource("FILE_FORMATS")
+ void testReaderSchemaEvolutionNewColumnWithDefault(FileFormat fileFormat)
throws IOException {
+
+ assumeSupports(fileFormat, FEATURE_READER_DEFAULT);
Review Comment:
Currently none. That PR should be about supporting bloodlines in Orcs.
--
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]