liurenjie1024 commented on issue #601:
URL: https://github.com/apache/iceberg-rust/issues/601#issuecomment-2345167409

   Thanks @a-agmon for raising this. The reason currently we need to fetch all 
schemas at once is to simplify implementation, since datafusion's catalog api 
currently is not async. I think instead of having more parameters in catalog 
construction, a better approach is to have a cache between the async iceberg 
catalog  with datafusion catalog, which is good for both performance and 
functionality.


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to