RussellSpitzer commented on code in PR #12672:
URL: https://github.com/apache/iceberg/pull/12672#discussion_r2019351694


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1011,10 +996,25 @@ private Builder(TableMetadata base) {
       this.specsById = Maps.newHashMap(base.specsById);
       this.sortOrdersById = Maps.newHashMap(base.sortOrdersById);
 
-      this.rowLineage = base.rowLineageEnabled;
       this.nextRowId = base.nextRowId;
     }
 
+    /**

Review Comment:
   nit: Not sure why this is registered as net new, did it get moved? Doesn't 
really matter since we are deprecating



-- 
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]

Reply via email to