pvary commented on pull request #1407:
URL: https://github.com/apache/iceberg/pull/1407#issuecomment-690933303


   The current status of the PR:
   
   **Open questions:**
   - Should every task write a _.committed_ file, or just the task in the last 
phase of the job - Decision needed what is the main goal, performance or 
generality. Current solution is more performance friendly
   - Do we need to handle other Iceberg constructs than _newAppend()_ for 
adding data to the table? If I understand everything correctly this should be 
enough to handle inserts started from Hive
   
   **Postponed:**
   - Finding a better place for the configuration
   
   **Non-goals:**
   - Updates/Deletes
   - Insert overwrites
   - Partitioned Iceberg table handling
   - Complex structures (Map / List / Struct)


----------------------------------------------------------------
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:
[email protected]



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

Reply via email to