Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-11-19 Thread via GitHub
huaxingao commented on PR #11257: URL: https://github.com/apache/iceberg/pull/11257#issuecomment-2486300125 @RussellSpitzer There are some conflict files. If I rebase, it will also pick up changes for Spark3.5, so I opened a new [PR](https://github.com/apache/iceberg/pull/11583). I will pi

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-11-19 Thread via GitHub
huaxingao closed pull request #11257: Initial Support for Spark 4.0 preview URL: https://github.com/apache/iceberg/pull/11257 -- 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

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-11 Thread via GitHub
RussellSpitzer commented on PR #11257: URL: https://github.com/apache/iceberg/pull/11257#issuecomment-2407643346 I'm ready for V2 :) Let me know when you have those changes up. I'm trying to review this on a per commit basis because the diff is so large :) -- This is an automated message

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-11 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1797108343 ## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/source/TestCompressionSettings.java: ## @@ -108,14 +108,14 @@ public static Object[][] parameters()

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1794383706 ## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/source/TestCompressionSettings.java: ## @@ -108,14 +108,14 @@ public static Object[][] parameters() {

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
huaxingao commented on PR #11257: URL: https://github.com/apache/iceberg/pull/11257#issuecomment-2403559725 @RussellSpitzer Thanks for your review! I have addressed the comments and switched back to Preview1, along with reverting a few changes I made for Preview2/snapshot. I switched back t

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1794322243 ## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/source/TestCompressionSettings.java: ## @@ -108,14 +108,14 @@ public static Object[][] parameters() {

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1794322082 ## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java: ## @@ -138,6 +138,7 @@ public class TestRewriteDataFilesAction e

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1794321900 ## spark/v4.0/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestSystemFunctionPushDownInRowLevelOperations.java: ## @@ -260,7 +267,12 @@ privat

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1794321692 ## spark/v4.0/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsAstBuilder.scala: ## @@ -30,7 +30,7 @@ import org.

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1794321464 ## gradle/libs.versions.toml: ## @@ -47,6 +47,7 @@ flink120 = { strictly = "1.20.0"} google-libraries-bom = "26.47.0" guava = "33.3.0-jre" hadoop2 = "2.7.3" +had

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793776491 ## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/source/TestStructuredStreaming.java: ## @@ -302,4 +303,12 @@ private MemoryStream newMemoryStream(i

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793770367 ## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/source/TestCompressionSettings.java: ## @@ -108,14 +108,14 @@ public static Object[][] parameters()

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793767329 ## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java: ## @@ -138,6 +138,7 @@ public class TestRewriteDataFilesAct

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793766774 ## spark/v4.0/spark/src/main/scala/org/apache/spark/sql/stats/ThetaSketchAgg.scala: ## @@ -119,3 +122,12 @@ case class ThetaSketchAgg( compactSketch.toByt

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793758286 ## spark/v4.0/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestSystemFunctionPushDownInRowLevelOperations.java: ## @@ -260,7 +267,12 @@ p

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793751529 ## spark/v4.0/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsAstBuilder.scala: ## @@ -30,7 +30,7 @@ import

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793748247 ## spark/v4.0/build.gradle: ## @@ -33,6 +34,7 @@ configure(sparkProjects) { force "com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793743752 ## gradle/libs.versions.toml: ## @@ -47,6 +47,7 @@ flink120 = { strictly = "1.20.0"} google-libraries-bom = "26.47.0" guava = "33.3.0-jre" hadoop2 = "2.7.3"

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793744239 ## gradle/libs.versions.toml: ## @@ -137,6 +139,7 @@ hadoop2-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "ha hadoop2-hdfs = { module

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-09 Thread via GitHub
RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793737541 ## .github/workflows/java-ci.yml: ## @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: -jvm: [11, 17, 21] +jvm

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-08 Thread via GitHub
huaxingao commented on PR #11257: URL: https://github.com/apache/iceberg/pull/11257#issuecomment-2400917819 CI for preview1 passed. CI for preview2 failed. Trying SNAPSHOT to see if some of the Spark issues in preview2 have been fixed in SNAPSHOT. -- This is an automated message fr

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-08 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1792517220 ## .github/workflows/java-ci.yml: ## @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: -jvm: [11, 17, 21] +jvm: [17

Re: [PR] Initial Support for Spark 4.0 preview [iceberg]

2024-10-08 Thread via GitHub
huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1792516517 ## .github/workflows/java-ci.yml: ## @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: -jvm: [11, 17, 21] +jvm: [17,