Re: [I] Allow passing a metadata folder to `IcebergTableProviderFactory` [iceberg-rust]

2024-12-24 Thread via GitHub
gruuya commented on issue #840: URL: https://github.com/apache/iceberg-rust/issues/840#issuecomment-2561395335 > we need to add catalog support for datafusion Hmm, I think that is adequately supported already, no? https://github.com/apache/iceberg-rust/blob/5400bbee9697189bb95646f5

Re: [I] Allow passing a metadata folder to `IcebergTableProviderFactory` [iceberg-rust]

2024-12-24 Thread via GitHub
Xuanwo commented on issue #840: URL: https://github.com/apache/iceberg-rust/issues/840#issuecomment-2561263257 Hi, I have a strong feeling that we need to add catalog support for datafusion. Any ideas? -- This is an automated message from the Apache Git Service. To respond to the message,

[I] Allow passing a metadata folder to `IcebergTableProviderFactory` [iceberg-rust]

2024-12-24 Thread via GitHub
gruuya opened a new issue, #840: URL: https://github.com/apache/iceberg-rust/issues/840 Currently when using the `TableProviderFactory` mechanism from DataFusion one needs to specify the full exact path to the metadata _file_ as the location, e.g. ```sql create external table invento