link3280 opened a new issue, #2635:
URL: https://github.com/apache/amoro/issues/2635

   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/NetEase/amoro/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### What would you like to be improved?
   
   Currently, the table partition files API could be stuck for a very long time 
if the table has lots of files (e.g. over 100K).  The root cause is that AMS 
gets all file entries to calculate partitions, instead of filtering the entries 
by partitions.
   
   This may be due to a limitation that Iceberg Java API is not able to read 
the partition metadata table directly.  But hopefully we could find a 
workaround or push Iceberg community to solve this problem.
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Subtasks
   
   _No response_
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

Reply via email to