You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "RussellSpitzer (via GitHub)" <gi...@apache.org> on 2023/02/02 16:51:41 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #6725: How to detect if the partition's data is ready to consume

RussellSpitzer commented on issue #6725:
URL: https://github.com/apache/iceberg/issues/6725#issuecomment-1414053888

   There is no such thing in iceberg. If there is data in a partition the commit has suceeded. So if for example you do a Spark Query and there is data in the partition, that means your operation inserting into that partition finished. If you have multiple operations appending into the same partition that would require application logic to differentiate.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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