rdblue opened a new pull request #70: Allow schema updates in transactions.
URL: https://github.com/apache/incubator-iceberg/pull/70
 
 
   This is safe because schema updates can always read older data. If a
   transaction includes a write followed by a schema update, the new schema
   can read the data that was just written. Also, writers are allowed to
   write with older schemas because the current schema can read any file
   written with an older schema. If a transaction includes a schema update
   followed by a write, using either the original schema or the new schema
   will work.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to