emilie-wang opened a new pull request, #2359:
URL: https://github.com/apache/iceberg-python/pull/2359

   Parallelizes manifest processing to improve performance for large tables 
with many manifest files. After parallel processing, merges the resulting 
partition maps to produce the final aggregated result.
   Previous example ref: e937f6a1811c9e090552a4ae2015a8032e7ea910
   
   <!--
   Thanks for opening a pull request!
   -->
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #${GITHUB_ISSUE_ID} -->
   
   # Rationale for this change
   Perf improvement.
   We experienced slowness with table.inspect.partitions() with large table.
   
   # Are these changes tested?
   Yes.
   
   # Are there any user-facing changes?
   No.
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


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

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