Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-11-08 Thread via GitHub
github-actions[bot] closed pull request #10315: Spark 3.5: Add validation to SparkConfParser URL: https://github.com/apache/iceberg/pull/10315 -- 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 spe

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-11-08 Thread via GitHub
github-actions[bot] commented on PR #10315: URL: https://github.com/apache/iceberg/pull/10315#issuecomment-2465928574 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #10315: URL: https://github.com/apache/iceberg/pull/10315#issuecomment-2452745576 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pul

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-21 Thread via GitHub
jerqi commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1609368411 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -264,7 +261,26 @@ public ThisT tableProperty(String name) { return self();

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-21 Thread via GitHub
jerqi commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1609365261 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -233,19 +229,20 @@ public EnumConfParser defaultValue(String value) { }

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-21 Thread via GitHub
jerqi commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1609365261 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -233,19 +229,20 @@ public EnumConfParser defaultValue(String value) { }

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-21 Thread via GitHub
szehon-ho commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1605423430 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -264,7 +261,26 @@ public ThisT tableProperty(String name) { return sel

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-17 Thread via GitHub
szehon-ho commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1605423430 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -264,7 +261,26 @@ public ThisT tableProperty(String name) { return sel

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-17 Thread via GitHub
aokolnychyi commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1605416423 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -264,7 +261,26 @@ public ThisT tableProperty(String name) { return s

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-17 Thread via GitHub
szehon-ho commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1605401469 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -264,7 +261,26 @@ public ThisT tableProperty(String name) { return sel

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-13 Thread via GitHub
aokolnychyi commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1598999270 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -227,7 +225,26 @@ public ThisT tableProperty(String name) { return s

Re: [PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-13 Thread via GitHub
manuzhang commented on code in PR #10315: URL: https://github.com/apache/iceberg/pull/10315#discussion_r1598686177 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java: ## @@ -227,7 +225,26 @@ public ThisT tableProperty(String name) { return sel

[PR] Spark 3.5: Add validation to SparkConfParser [iceberg]

2024-05-11 Thread via GitHub
aokolnychyi opened a new pull request, #10315: URL: https://github.com/apache/iceberg/pull/10315 This PR adds a way to validate parsed configs in `SparkConfParser`. It is intended for the following use: ``` public int parquetBatchSize() { return confParser .intConf()