kevinjqliu commented on issue #1032: URL: https://github.com/apache/iceberg-python/issues/1032#issuecomment-2278556792
There's a nontrivial cost in reading metadata files in Iceberg. Can you run this command, ``` table.inspect.manifests().to_pandas() ``` This will show the number of manifest files https://py.iceberg.apache.org/api/#manifests -- 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]
