nastra commented on code in PR #11948: URL: https://github.com/apache/iceberg/pull/11948#discussion_r1917068017
########## core/src/main/java/org/apache/iceberg/MetadataUpdate.java: ########## @@ -517,4 +517,11 @@ public void applyTo(ViewMetadata.Builder viewMetadataBuilder) { viewMetadataBuilder.setCurrentVersionId(versionId); } } + + class EnableRowLineage implements MetadataUpdate { + @Override + public void applyTo(TableMetadata.Builder metadataBuilder) { + MetadataUpdate.super.applyTo(metadataBuilder.enableRowLineage()); Review Comment: and we'd need to update/vote on the REST spec changes for this change once we add it to `MetadataUpdateParser` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org