pvary commented on code in PR #11948:
URL: https://github.com/apache/iceberg/pull/11948#discussion_r1912932707
##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1468,6 +1510,28 @@ public Builder setPreviousFileLocation(String
previousFileLocation) {
return this;
}
+ public Builder enableRowLineage() {
+ Preconditions.checkArgument(
+ formatVersion >= 3,
Review Comment:
Could we use the constant `MIN_FORMAT_VERSION_ROW_LINEAGE` here?
--
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]