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


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -146,6 +151,7 @@ static TableMetadata newTableMetadata(
         .setDefaultSortOrder(freshSortOrder)
         .setLocation(location)
         .setProperties(properties)
+        .setRowLineage(rowLineage)

Review Comment:
   We don't want to set RowLineage to false if it is unset. So we have 2 
options here
   
   1) Set it to false but only if the table is V3
   2) Set it to true only if it is true and leave it absent otherwise.



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