You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/01/10 23:20:25 UTC

[GitHub] rdblue opened a new pull request #70: Allow schema updates in transactions.

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org