xbattlax commented on issue #2027: URL: https://github.com/apache/iceberg-rust/issues/2027#issuecomment-3753533675
I've submitted a PR to address this: #2029 The documentation covers: - Catalog-based access with `IcebergCatalogProvider` - SQL operations (`CREATE TABLE`, `INSERT INTO`, `SELECT`) - Metadata tables (`$snapshots`, `$manifests`) - External tables via `IcebergTableProviderFactory` - Partitioned tables and write modes (fanout vs clustered) - Query optimization (projection, filter, LIMIT pushdown) - Configuration options Also added a working example at `crates/examples/src/datafusion_integration.rs`. -- 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]
