Guosmilesmile commented on code in PR #14149:
URL: https://github.com/apache/iceberg/pull/14149#discussion_r2382597195
##########
flink/v2.0/flink/src/test/java/org/apache/iceberg/flink/maintenance/operator/OperatorTestBase.java:
##########
@@ -122,7 +124,6 @@ void after() throws IOException {
}
protected static Table createTable() {
- // only test V2 tables as compaction doesn't support V3 with row lineage
return createTable("2");
Review Comment:
In the long run, it does need to be changed to `TestHelpers.V3_AND_ABOVE`,
because there are quite a few test cases involved. Moreover, some features of
v3 are actually not supported in Flink and may require compatibility handling.
Is it possible to open a separate PR to handle this?
--
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]