Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-12 Thread via GitHub
Fokko commented on PR #10680: URL: https://github.com/apache/iceberg/pull/10680#issuecomment-2225472776 Thanks for fixing this @boroknagyz , and thanks for the review @ajantha-bhat, @jbonofre, @deniskuzZ and @nastra -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-12 Thread via GitHub
Fokko merged PR #10680: URL: https://github.com/apache/iceberg/pull/10680 -- 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.apa

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-12 Thread via GitHub
Fokko commented on code in PR #10680: URL: https://github.com/apache/iceberg/pull/10680#discussion_r1675638785 ## core/src/main/java/org/apache/iceberg/util/PartitionSet.java: ## @@ -200,7 +200,7 @@ public String toString() { StringBuilder partitionStringBuilder = new

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-12 Thread via GitHub
nastra commented on code in PR #10680: URL: https://github.com/apache/iceberg/pull/10680#discussion_r1675611984 ## core/src/main/java/org/apache/iceberg/util/PartitionSet.java: ## @@ -200,7 +200,7 @@ public String toString() { StringBuilder partitionStringBuilder = ne

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-12 Thread via GitHub
Fokko commented on code in PR #10680: URL: https://github.com/apache/iceberg/pull/10680#discussion_r1675562849 ## core/src/test/java/org/apache/iceberg/TestReplacePartitions.java: ## @@ -67,6 +67,34 @@ public class TestReplacePartitions extends TestBase { .withRecordC

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-12 Thread via GitHub
Fokko commented on code in PR #10680: URL: https://github.com/apache/iceberg/pull/10680#discussion_r1675557564 ## core/src/test/java/org/apache/iceberg/TestReplacePartitions.java: ## @@ -67,6 +67,34 @@ public class TestReplacePartitions extends TestBase { .withRecordC

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-12 Thread via GitHub
nastra commented on code in PR #10680: URL: https://github.com/apache/iceberg/pull/10680#discussion_r1675475160 ## core/src/test/java/org/apache/iceberg/TestReplacePartitions.java: ## @@ -67,6 +67,34 @@ public class TestReplacePartitions extends TestBase { .withRecord

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-11 Thread via GitHub
jbonofre commented on PR #10680: URL: https://github.com/apache/iceberg/pull/10680#issuecomment-2224915621 It looks good to me indeed. -- 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

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-11 Thread via GitHub
ajantha-bhat commented on PR #10680: URL: https://github.com/apache/iceberg/pull/10680#issuecomment-2224858353 Closing and repoening PR to trigger CI build. The current failure is unrelated. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-11 Thread via GitHub
ajantha-bhat closed pull request #10680: Core: Fix NPE during conflict handling of NULL partitions URL: https://github.com/apache/iceberg/pull/10680 -- 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 t

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-11 Thread via GitHub
boroknagyz commented on code in PR #10680: URL: https://github.com/apache/iceberg/pull/10680#discussion_r1674098559 ## core/src/main/java/org/apache/iceberg/util/PartitionSet.java: ## @@ -200,7 +200,8 @@ public String toString() { StringBuilder partitionStringBuilder

Re: [PR] Core: Fix NPE during conflict handling of NULL partitions [iceberg]

2024-07-11 Thread via GitHub
deniskuzZ commented on code in PR #10680: URL: https://github.com/apache/iceberg/pull/10680#discussion_r1674048472 ## core/src/main/java/org/apache/iceberg/util/PartitionSet.java: ## @@ -200,7 +200,8 @@ public String toString() { StringBuilder partitionStringBuilder =