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/07/26 12:20:31 UTC

[GitHub] [incubator-iceberg] arina-ielchiieva opened a new pull request #318: Synchronize write mode among writers

arina-ielchiieva opened a new pull request #318: Synchronize write mode among writers
URL: https://github.com/apache/incubator-iceberg/pull/318
 
 
   Currently Iceberg had three writers but they have different write modes:
   
   Writer|Mode
   -|-
   Parquet|Overwrite
   Avro|Create   
   Orc|Create   
   
   This PR synchronizes write modes in writers and defaults them to `overwrite` as discussed in PR #302.
   
   

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