Re: [I] Flink/Azure job graph serialization fails when used with storage account shared key authentication [iceberg]

2024-04-28 Thread via GitHub
nastra commented on issue #10245: URL: https://github.com/apache/iceberg/issues/10245#issuecomment-2082002342 This will be fixed by https://github.com/apache/iceberg/pull/10045 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] [WIP]: Add `InclusiveMetricsEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
sdd commented on PR #347: URL: https://github.com/apache/iceberg-rust/pull/347#issuecomment-2082001999 @marvinlanhenke Thanks for taking the time for the great review. Have addressed your raised points. I'm adding tests based on https://github.com/apache/iceberg/blob/main/api/src/test/java/

Re: [PR] [WIP]: Add `InclusiveMetricsEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
sdd commented on code in PR #347: URL: https://github.com/apache/iceberg-rust/pull/347#discussion_r1582607827 ## crates/iceberg/src/scan.rs: ## @@ -262,6 +288,16 @@ impl TableScan { ) } +fn create_data_file_evaluator( Review Comment: Done! -- This is

Re: [PR] [WIP]: Add `InclusiveMetricsEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
sdd commented on code in PR #347: URL: https://github.com/apache/iceberg-rust/pull/347#discussion_r1582607631 ## crates/iceberg/src/expr/visitors/inclusive_metrics_evaluator.rs: ## @@ -0,0 +1,657 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

Re: [PR] [WIP]: Add `InclusiveMetricsEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
sdd commented on code in PR #347: URL: https://github.com/apache/iceberg-rust/pull/347#discussion_r1582607453 ## crates/iceberg/src/expr/visitors/inclusive_metrics_evaluator.rs: ## @@ -0,0 +1,657 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

Re: [PR] Build: Bump com.google.errorprone:error_prone_annotations from 2.26.1 to 2.27.0 [iceberg]

2024-04-28 Thread via GitHub
nastra merged PR #10236: URL: https://github.com/apache/iceberg/pull/10236 -- 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...@iceberg.ap

Re: [PR] Build: Bump com.gorylenko.gradle-git-properties:gradle-git-properties from 2.4.1 to 2.4.2 [iceberg]

2024-04-28 Thread via GitHub
nastra merged PR #10239: URL: https://github.com/apache/iceberg/pull/10239 -- 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...@iceberg.ap

Re: [PR] Spark: Bump minor version for Spark-3.4 [iceberg]

2024-04-28 Thread via GitHub
nastra merged PR #10243: URL: https://github.com/apache/iceberg/pull/10243 -- 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...@iceberg.ap

Re: [PR] Build: Bump software.amazon.awssdk:bom from 2.25.35 to 2.25.40 [iceberg]

2024-04-28 Thread via GitHub
nastra merged PR #10240: URL: https://github.com/apache/iceberg/pull/10240 -- 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...@iceberg.ap

Re: [PR] Build: Bump mkdocstrings from 0.24.0 to 0.25.0 [iceberg-python]

2024-04-28 Thread via GitHub
Fokko merged PR #664: URL: https://github.com/apache/iceberg-python/pull/664 -- 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...@iceberg.

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582572379 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] [WIP]: Add `InclusiveMetricsEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
sdd commented on code in PR #347: URL: https://github.com/apache/iceberg-rust/pull/347#discussion_r1582568159 ## crates/iceberg/src/expr/visitors/inclusive_metrics_evaluator.rs: ## @@ -0,0 +1,657 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

Re: [PR] [WIP]: Add `InclusiveMetricsEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
sdd commented on code in PR #347: URL: https://github.com/apache/iceberg-rust/pull/347#discussion_r1582562229 ## crates/iceberg/src/scan.rs: ## @@ -218,6 +225,25 @@ impl TableScan { let mut manifest_entries = iter(manifest.entries().iter().filter(|e| e.is_ali

Re: [PR] HiveMetaHook implementation to enable CREATE TABLE and DROP TABLE from Hive queries [iceberg]

2024-04-28 Thread via GitHub
shivjha30 commented on code in PR #1495: URL: https://github.com/apache/iceberg/pull/1495#discussion_r1582544488 ## mr/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java: ## @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * o

Re: [I] Spark: Dropping partition column from old partition table corrupts entire table [iceberg]

2024-04-28 Thread via GitHub
manuzhang commented on issue #10234: URL: https://github.com/apache/iceberg/issues/10234#issuecomment-2081756823 Which Spark version are you using? -- 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

Re: [PR] Migrate FlinkTestBase related tests [iceberg]

2024-04-28 Thread via GitHub
tomtongue commented on PR #10232: URL: https://github.com/apache/iceberg/pull/10232#issuecomment-2081755863 @nastra when you have a chance, could you review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] lost table columns while making iceberg table accessible via hive by adding table property [iceberg]

2024-04-28 Thread via GitHub
github-actions[bot] commented on issue #2725: URL: https://github.com/apache/iceberg/issues/2725#issuecomment-2081711270 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] expireSnapshots excepts with V2 when delete-after-commit.enabled=true and previous-versions-max=1 [iceberg]

2024-04-28 Thread via GitHub
github-actions[bot] commented on issue #2493: URL: https://github.com/apache/iceberg/issues/2493#issuecomment-2081711197 This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale' -- This is an automated message from the Apache Gi

Re: [I] expireSnapshots excepts with V2 when delete-after-commit.enabled=true and previous-versions-max=1 [iceberg]

2024-04-28 Thread via GitHub
github-actions[bot] closed issue #2493: expireSnapshots excepts with V2 when delete-after-commit.enabled=true and previous-versions-max=1 URL: https://github.com/apache/iceberg/issues/2493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] Spark 3.3: support rate limit in Spark Streaming [iceberg]

2024-04-28 Thread via GitHub
RahmanQureshi commented on code in PR #4479: URL: https://github.com/apache/iceberg/pull/4479#discussion_r1582397928 ## spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestStructuredStreamingRead3.java: ## @@ -138,6 +143,57 @@ public void testReadStreamOnIcebergT

Re: [PR] Spark 3.3: support rate limit in Spark Streaming [iceberg]

2024-04-28 Thread via GitHub
RahmanQureshi commented on code in PR #4479: URL: https://github.com/apache/iceberg/pull/4479#discussion_r1582396495 ## spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestStructuredStreamingRead3.java: ## @@ -138,6 +143,57 @@ public void testReadStreamOnIcebergT

Re: [I] Iceberg / Spark writing to s3 warehouse : Unable to load region from any of the providers in the chain software [iceberg]

2024-04-28 Thread via GitHub
YannickLecroart21 commented on issue #7570: URL: https://github.com/apache/iceberg/issues/7570#issuecomment-2081657309 > @dramaticlly > > Thank you for your suggestion. I wasn't able to properly set the environment variables using that specific approach. But it got me thinking about

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582370249 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582337529 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582338872 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582301433 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582301676 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582300860 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +216,399 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

[I] Flink/Azure job graph serialization fails when used with storage account shared key authentication [iceberg]

2024-04-28 Thread via GitHub
ms opened a new issue, #10245: URL: https://github.com/apache/iceberg/issues/10245 ### Apache Iceberg version 1.5.1 (latest release) ### Query engine Flink ### Please describe the bug 🐞 ADLSFileIO has an AzureProperties object. When ADLS_SHARED_KEY_ACCOU

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582283795 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582282103 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582281653 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582281598 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582280246 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582266898 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
viirya commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582266774 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) } }

[PR] Metadata Log Entries metadata table [iceberg-python]

2024-04-28 Thread via GitHub
kevinjqliu opened a new pull request, #667: URL: https://github.com/apache/iceberg-python/pull/667 Resolves #594 (and part of #511) TODO: * Add doc in `api.md` This PR creates a metadata table for "Metadata Log Entries", similar to [its spark equivalent](https://iceberg.ap

Re: [PR] API, Core: Add Snapshot#dataManifests/deleteManifests APIs which more efficiently filter by added snapshot ID [iceberg]

2024-04-28 Thread via GitHub
amogh-jahagirdar commented on code in PR #10244: URL: https://github.com/apache/iceberg/pull/10244#discussion_r1582207142 ## api/src/main/java/org/apache/iceberg/Snapshot.java: ## @@ -171,4 +171,29 @@ default Iterable removedDeleteFiles(FileIO io) { default Integer schemaId(

Re: [I] Tracking issues of OpenDAL API changes [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081512923 I think a `FileIO` trait would still be necessary for two reasons: 1. It's more familiar to iceberg community, which makes this easier to maintain and align with other imp

Re: [I] Refactor: Extract `partition_filters` out of `ManifestEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on issue #359: URL: https://github.com/apache/iceberg-rust/issues/359#issuecomment-2081512633 I also like to work on this one; since it kind of blocks #358. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[I] Refactor: Extract `partition_filters` out of `ManifestEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke opened a new issue, #359: URL: https://github.com/apache/iceberg-rust/issues/359 ## Problem: 1. The `partition_filter` is also required by the ExpressionEvaluator; thus should be moved outside ManifestEvaluator; cached by spec_id in scan.rs and then used by ExpressionEvalu

Re: [PR] feat: Convert predicate to arrow filter and push down to parquet reader [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on code in PR #295: URL: https://github.com/apache/iceberg-rust/pull/295#discussion_r1582163907 ## crates/iceberg/src/arrow/reader.rs: ## @@ -186,4 +221,637 @@ impl ArrowReader { Ok(ProjectionMask::leaves(parquet_schema, indices)) }

Re: [I] Tracking issues of OpenDAL API changes [iceberg-rust]

2024-04-28 Thread via GitHub
tustvold commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081496562 > if FileIO becomes a trait and we can use an existing implementation I guess I was suggesting to just not have a FileIO trait, and just use `ObjectStore` which is already

Re: [I] Tracking issues of OpenDAL API changes [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081495685 > I'm not seeing a concrete proposal on which to comment, but the broad theme of moving closer to the actual object store APIs is IMO a good idea. > > That being said

Re: [I] Tracking issues of OpenDAL API changes [iceberg-rust]

2024-04-28 Thread via GitHub
tustvold commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081488506 I'm not seeing a concrete proposal on which to comment, but the broad theme of moving closer to the actual object store APIs is IMO a good idea. That being said, I feel I s

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#issuecomment-2081488204 > Let's wait a moment to see what others think about the catalog snapshot problem. cc @Xuanwo @Fokko @viirya @sdd PTAL If it turns out, that the PR is okay (for now) - let

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582159023 ## crates/integrations/datafusion/src/physical_plan/scan.rs: ## @@ -0,0 +1,123 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582158406 ## crates/integrations/datafusion/src/catalog.rs: ## @@ -0,0 +1,94 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

Re: [I] Tracking issues of OpenDAL API changes [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081483673 > > I agree that we should refactor the Input/Output API for best performance, but we should be careful not to expose opendal's api to end user. > > Yep, I have a plan

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#issuecomment-2081482903 Let's wait a moment to see what others think about the catalog snapshot problem. cc @Xuanwo @Fokko @viirya @sdd PTAL -- This is an automated message from the Apache Git Service

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582152848 ## crates/integrations/datafusion/src/physical_plan/scan.rs: ## @@ -0,0 +1,123 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more co

Re: [PR] [WIP]: Add `InclusiveMetricsEvaluator` [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #347: URL: https://github.com/apache/iceberg-rust/pull/347#discussion_r1582148013 ## crates/iceberg/src/scan.rs: ## @@ -218,6 +225,25 @@ impl TableScan { let mut manifest_entries = iter(manifest.entries().iter().filter(|

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582152303 ## crates/integrations/datafusion/src/physical_plan/scan.rs: ## @@ -0,0 +1,123 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more co

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#issuecomment-2081477394 > @liurenjie1024 @ZENOTME @viirya @simonvandel ...I just went ahead and pushed the recent updates; PTAL > > ## unresolved / todo: > * [ ] proper integration tests for t

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582151715 ## crates/integrations/datafusion/src/catalog.rs: ## @@ -0,0 +1,94 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor li

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582080221 ## crates/integrations/datafusion/src/catalog.rs: ## @@ -0,0 +1,94 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582083814 ## crates/integrations/datafusion/src/physical_plan/scan.rs: ## @@ -0,0 +1,123 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#issuecomment-2081431552 @liurenjie1024 @ZENOTME @viirya @simonvandel ...I just went ahead and pushed the recent updates; PTAL ## unresolved / todo: - [ ] proper integration tests for table

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582080221 ## crates/integrations/datafusion/src/catalog.rs: ## @@ -0,0 +1,94 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582080221 ## crates/integrations/datafusion/src/catalog.rs: ## @@ -0,0 +1,94 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

Re: [PR] feat: support append data file and add e2e test [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #349: URL: https://github.com/apache/iceberg-rust/pull/349#discussion_r1582058099 ## crates/e2e_test/tests/append_data_file_test.rs: ## @@ -0,0 +1,212 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [I] Tracking issues of OpenDAL API changes [iceberg-rust]

2024-04-28 Thread via GitHub
Xuanwo commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081390290 > I agree that we should refactor the Input/Output API for best performance, but we should be careful not to expose opendal's api to end user. Yep, I have a plan to refactor

Re: [PR] Basic Integration with Datafusion [iceberg-rust]

2024-04-28 Thread via GitHub
marvinlanhenke commented on code in PR #324: URL: https://github.com/apache/iceberg-rust/pull/324#discussion_r1582055651 ## crates/integrations/datafusion/src/catalog.rs: ## @@ -0,0 +1,94 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

Re: [I] Tracking issues of OpenDAL API changes [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on issue #356: URL: https://github.com/apache/iceberg-rust/issues/356#issuecomment-2081378252 Also cc @tustvold Since we had a related discussion here: https://github.com/apache/iceberg-rust/issues/172 -- This is an automated message from the Apache Git Service. T

Re: [PR] docs: installation of the new `iceberg_catalog_rest` added to the docs [iceberg-rust]

2024-04-28 Thread via GitHub
liurenjie1024 commented on code in PR #355: URL: https://github.com/apache/iceberg-rust/pull/355#discussion_r1582047316 ## website/src/install.md: ## @@ -23,10 +23,11 @@ Cargo 1.75.0 or later is required to build. -Add `iceberg` into `Cargo.toml` dependencies: +Add `iceberg