tomtongue commented on PR #12307:
URL: https://github.com/apache/iceberg/pull/12307#issuecomment-2666082231

   > Ah wait I understand this more in your code than in this description. You 
are just saying that you can't enable row-lineage during a Create statement. 
That sounds like it's fine to fix.
   
   Thanks so much for the quick review! Yes, currently, it's not possible to 
enable row-lineage in CreateTable statement, and it's always required to set 
`row-lineage: true` again even if `row-lineage` is set true in CreateTable. 
   
   Additionally, after creating an Iceberg without setting `row-lineage: true`, 
and then set the parameter in the table properties, the row lineage feature is 
not enabled. So, for now, it's always needed to update table properties with 
`ALTER TABLE SET TBLPROPERTIES`, `updateProperties` etc.


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