Re: [PR] datafusion: Create table provider for a snapshot. [iceberg-rust]

2024-11-20 Thread via GitHub
liurenjie1024 merged PR #707: URL: https://github.com/apache/iceberg-rust/pull/707 -- 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...@ic

Re: [PR] datafusion: Create table provider for a snapshot. [iceberg-rust]

2024-11-20 Thread via GitHub
liurenjie1024 commented on code in PR #707: URL: https://github.com/apache/iceberg-rust/pull/707#discussion_r1849994898 ## crates/integrations/datafusion/src/table/mod.rs: ## @@ -60,14 +66,52 @@ impl IcebergTableProvider { let schema = Arc::new(schema_to_arrow_schema

Re: [PR] datafusion: Create table provider for a snapshot. [iceberg-rust]

2024-11-19 Thread via GitHub
ryzhyk commented on code in PR #707: URL: https://github.com/apache/iceberg-rust/pull/707#discussion_r1849634146 ## crates/integrations/datafusion/src/table/mod.rs: ## @@ -60,14 +66,52 @@ impl IcebergTableProvider { let schema = Arc::new(schema_to_arrow_schema(table.

Re: [PR] datafusion: Create table provider for a snapshot. [iceberg-rust]

2024-11-19 Thread via GitHub
ryzhyk commented on code in PR #707: URL: https://github.com/apache/iceberg-rust/pull/707#discussion_r1849634146 ## crates/integrations/datafusion/src/table/mod.rs: ## @@ -60,14 +66,52 @@ impl IcebergTableProvider { let schema = Arc::new(schema_to_arrow_schema(table.

Re: [PR] datafusion: Create table provider for a snapshot. [iceberg-rust]

2024-11-19 Thread via GitHub
ryzhyk commented on code in PR #707: URL: https://github.com/apache/iceberg-rust/pull/707#discussion_r1849619809 ## crates/integrations/datafusion/src/table/mod.rs: ## @@ -60,14 +66,52 @@ impl IcebergTableProvider { let schema = Arc::new(schema_to_arrow_schema(table.

[PR] datafusion: Create table provider for a snapshot. [iceberg-rust]

2024-11-19 Thread via GitHub
ryzhyk opened a new pull request, #707: URL: https://github.com/apache/iceberg-rust/pull/707 The Iceberg table provider allows querying an Iceberg table via datafusion. The initial implementation only allowed querying the latest snapshot of the table. It sometimes useful to query a specific

Re: [PR] datafusion: Create table provider for a snapshot. [iceberg-rust]

2024-11-19 Thread via GitHub
liurenjie1024 commented on code in PR #707: URL: https://github.com/apache/iceberg-rust/pull/707#discussion_r1849400044 ## crates/integrations/datafusion/src/table/mod.rs: ## @@ -60,14 +66,52 @@ impl IcebergTableProvider { let schema = Arc::new(schema_to_arrow_schema