Guosmilesmile commented on code in PR #15675:
URL: https://github.com/apache/iceberg/pull/15675#discussion_r2980202747
##########
data/src/test/java/org/apache/iceberg/data/BaseFormatModelTests.java:
##########
@@ -92,13 +100,14 @@ protected boolean supportsBatchReads() {
static final String FEATURE_CASE_SENSITIVE = "caseSensitive";
static final String FEATURE_SPLIT = "split";
static final String FEATURE_REUSE_CONTAINERS = "reuseContainers";
+ static final String FEATURE_META_ROW_LINEAGE = "metaRowLineage";
private static final Map<FileFormat, String[]> MISSING_FEATURES =
Map.of(
FileFormat.AVRO,
new String[] {FEATURE_FILTER, FEATURE_CASE_SENSITIVE, FEATURE_SPLIT},
FileFormat.ORC,
- new String[] {FEATURE_REUSE_CONTAINERS});
+ new String[] {FEATURE_REUSE_CONTAINERS, FEATURE_META_ROW_LINEAGE});
Review Comment:
I think it should work. I'll give it a try in the next PR.
--
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]