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
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
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.
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.
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.
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
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