[GLUTEN-8653][CORE] Bump Spark to 3.5.4#8597
[GLUTEN-8653][CORE] Bump Spark to 3.5.4#8597jackylee-ch wants to merge 3 commits intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format? See also: |
|
Run Gluten Clickhouse CI on x86 |
|
we may need to wait for a new release with this commit: |
05b828b to
2f4261b
Compare
|
Run Gluten Clickhouse CI on x86 |
2f4261b to
1616aae
Compare
|
Run Gluten Clickhouse CI on x86 |
1616aae to
ad99573
Compare
|
Run Gluten Clickhouse CI on x86 |
ad99573 to
a62af4c
Compare
|
Run Gluten Clickhouse CI on x86 |
a62af4c to
086ba7e
Compare
|
Run Gluten Clickhouse CI on x86 |
086ba7e to
5dc70e7
Compare
|
Run Gluten Clickhouse CI on x86 |
| <sparkshim.artifactId>spark-sql-columnar-shims-spark35</sparkshim.artifactId> | ||
| <spark.version>3.5.2</spark.version> | ||
| <spark.version>3.5.4</spark.version> | ||
| <iceberg.version>1.5.0</iceberg.version> |
There was a problem hiding this comment.
Change the iceberg version here?
There was a problem hiding this comment.
Yes. However, iceberg has not released version 1.7.2 yet. Iceberg 1.7.2 have a bugfix related to Spark 3.5.4, this PR needs to wait until iceberg 1.7.2 is released.
|
@jackylee-ch FYI. New iceberg is ready: |
It seems that 1.8.0 is not compatible with previous versions |
|
Run Gluten Clickhouse CI on x86 |
cf9c30f to
f25ea53
Compare
|
Run Gluten Clickhouse CI on x86 |
f25ea53 to
c951f16
Compare
|
Run Gluten Clickhouse CI on x86 |
c951f16 to
124e4eb
Compare
|
Run Gluten Clickhouse CI on x86 |
124e4eb to
7b092af
Compare
|
Run Gluten Clickhouse CI on x86 |
7b092af to
4472710
Compare
|
Run Gluten Clickhouse CI on x86 |
|
@baibaichen I am not familiar with the compilation process of the ClickHouse backend, but upgrading to version 3.5.4 requires JDK17 for building, as Iceberg 1.8.0 mandates JDK11 or higher. Could you help verify the compilation compatibility of the ClickHouse backend under JDK17? |
|
Cc @lwz9103 |
|
note: Spark-355 is released on 27-Feb |
should we skip 354? does Iceberg support 355? |
There seem to be no conflicts for upgrading Iceberg with Spark 3.5.5, I will create a new PR for upgradding Spark 3.5.5. |
Sounds good. Let's skip 354 then. |
|
Let's close this one since #8890 |
What changes were proposed in this pull request?
Support Spark 3.5.4
How was this patch tested?
GA