[GitHub] [iceberg] Gboyka commented on issue #6235: There is no data in the table, when insert data using Hive on Tez.

2022-12-29 Thread GitBox
Gboyka commented on issue #6235: URL: https://github.com/apache/iceberg/issues/6235#issuecomment-1367283307 Did you find any root cause or resolution for this, I'm facing the same issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [iceberg] Fokko commented on pull request #6497: Python: Move `adlfs` import inline

2022-12-29 Thread GitBox
Fokko commented on PR #6497: URL: https://github.com/apache/iceberg/pull/6497#issuecomment-1367441531 @cccs-eric thanks for taking a look a the PR, much appreciated. You're completely right here, and thanks for pointing out. Before we only had s3 as an implementation, so then it wasn't an i

[GitHub] [iceberg] Fokko commented on a diff in pull request #6501: Python: Use PyArrow buffer

2022-12-29 Thread GitBox
Fokko commented on code in PR #6501: URL: https://github.com/apache/iceberg/pull/6501#discussion_r1059047328 ## python/pyiceberg/io/pyarrow.py: ## @@ -230,6 +240,14 @@ def _get_fs(self, scheme: str) -> FileSystem: else: raise ValueError(f"Unrecognized files

[GitHub] [iceberg] Fokko opened a new pull request, #6504: Python: Add tests

2022-12-29 Thread GitBox
Fokko opened a new pull request, #6504: URL: https://github.com/apache/iceberg/pull/6504 To maintain 90% code coverage -- 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 un

[GitHub] [iceberg] Fokko commented on a diff in pull request #6504: Python: Add tests

2022-12-29 Thread GitBox
Fokko commented on code in PR #6504: URL: https://github.com/apache/iceberg/pull/6504#discussion_r1059129800 ## python/pyiceberg/typedef.py: ## @@ -54,12 +54,9 @@ def __init__(self, default_factory: Callable[[K], V]): self.default_factory = default_factory def __

[GitHub] [iceberg] jackye1995 commented on a diff in pull request #6449: WIP: Delta, Spark: Adding support for Migrating Delta Lake Table to Iceberg Table

2022-12-29 Thread GitBox
jackye1995 commented on code in PR #6449: URL: https://github.com/apache/iceberg/pull/6449#discussion_r1059182643 ## delta-lake/src/main/java/org/apache/iceberg/delta/SupportMigrateDeltaLake.java: ## @@ -0,0 +1,32 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [iceberg] jackye1995 commented on a diff in pull request #6449: WIP: Delta, Spark: Adding support for Migrating Delta Lake Table to Iceberg Table

2022-12-29 Thread GitBox
jackye1995 commented on code in PR #6449: URL: https://github.com/apache/iceberg/pull/6449#discussion_r1059183754 ## delta-lake/src/main/java/org/apache/iceberg/delta/BaseMigrateDeltaLakeTableAction.java: ## @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation (A

[GitHub] [iceberg] jackye1995 commented on a diff in pull request #6449: WIP: Delta, Spark: Adding support for Migrating Delta Lake Table to Iceberg Table

2022-12-29 Thread GitBox
jackye1995 commented on code in PR #6449: URL: https://github.com/apache/iceberg/pull/6449#discussion_r1059184671 ## delta-lake/src/main/java/org/apache/iceberg/delta/BaseMigrateDeltaLakeTableAction.java: ## @@ -0,0 +1,364 @@ +/* + * Licensed to the Apache Software Foundation (A

[GitHub] [iceberg] github-actions[bot] commented on issue #5182: Feature: adding constraint validation

2022-12-29 Thread GitBox
github-actions[bot] commented on issue #5182: URL: https://github.com/apache/iceberg/issues/5182#issuecomment-1367649865 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.

[GitHub] [iceberg] github-actions[bot] closed issue #5071: Support UNSET of sortOrder from the SQL

2022-12-29 Thread GitBox
github-actions[bot] closed issue #5071: Support UNSET of sortOrder from the SQL URL: https://github.com/apache/iceberg/issues/5071 -- 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

[GitHub] [iceberg] github-actions[bot] commented on issue #5071: Support UNSET of sortOrder from the SQL

2022-12-29 Thread GitBox
github-actions[bot] commented on issue #5071: URL: https://github.com/apache/iceberg/issues/5071#issuecomment-1367649913 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

[GitHub] [iceberg] github-actions[bot] closed issue #5025: Reduce the number of equity-deletes using bloom filter

2022-12-29 Thread GitBox
github-actions[bot] closed issue #5025: Reduce the number of equity-deletes using bloom filter URL: https://github.com/apache/iceberg/issues/5025 -- 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

[GitHub] [iceberg] github-actions[bot] commented on issue #5025: Reduce the number of equity-deletes using bloom filter

2022-12-29 Thread GitBox
github-actions[bot] commented on issue #5025: URL: https://github.com/apache/iceberg/issues/5025#issuecomment-1367649950 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

[GitHub] [iceberg] singhpk234 commented on a diff in pull request #6480: Spark: Fail streaming planning when snapshot not found

2022-12-29 Thread GitBox
singhpk234 commented on code in PR #6480: URL: https://github.com/apache/iceberg/pull/6480#discussion_r1059091796 ## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/SparkMicroBatchStream.java: ## @@ -207,7 +207,14 @@ private List planFiles(StreamingOffset startOf