[GLUTEN-8889][CORE] Bump Spark version from 3.5.2 to 3.5.5#8890
[GLUTEN-8889][CORE] Bump Spark version from 3.5.2 to 3.5.5#8890zhztheplayer merged 9 commits intoapache:mainfrom
Conversation
|
Run Gluten ClickHouse CI on ARM |
|
@jlfsdtc please fix spark 35 pipeline of ch |
50ca277 to
83a868d
Compare
|
Run Gluten ClickHouse CI on ARM |
3 similar comments
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten ClickHouse CI on ARM |
|
Let's first upgrade to 3.5.5 and then upgrade Icerberg? After upgrading to 1.8.1, Icerberg only supports JDK 17, and clickhouse backend need take some time to support. @jlfsdtc will open pr for upgradeing to 3.5.5. |
@baibaichen We need upgrade them both, as Iceberg 1.8.1 fix the core_dump problem with Spark 3.5.4. |
I understand this,We will try to support JDK 17 in the next month. My suggestion is to upgrade to 3.5.5 first, then use different iceberg versions for different JDKs, and finally, Clickhouse support JDK 17. Some users are still using JDK 8, and we still need to support them. |
It's a block issue for iceberg with Spark 3.5.5. To upgrade to Spark 3.5.5, we must use Iceberg 1.8.1. |
5f5f7ac to
1ea2364
Compare
|
Run Gluten ClickHouse CI on ARM |
| <spark.version>3.5.2</spark.version> | ||
| <iceberg.version>1.5.0</iceberg.version> | ||
| <spark.version>3.5.5</spark.version> | ||
| <iceberg.version>1.8.0</iceberg.version> |
There was a problem hiding this comment.
should we also enable jdk17 here?
There was a problem hiding this comment.
We can’t define JDK 17 here. If we define the java.version to 17 in the profile spark-3.5, then mvn -Pspark-3.5 -Pjava-8 and mvn -Pjava-8 -Pspark-3.5 would exhibit different behaviors.
Agreed we better to upgrade on both - unless we drop the iceberg profile on Spark 3.5.5 firstly @baibaichen |
OK |
|
Run Gluten ClickHouse CI on ARM |
77a9d2c to
226093c
Compare
|
Run Gluten ClickHouse CI on ARM |
1 similar comment
|
Run Gluten ClickHouse CI on ARM |
|
CK backend added JDk17 support |
|
@zzcclp I’m still encountering issues with JDK 8. |
There is jdk version issue when using JDK 8
|
|
Run Gluten Clickhouse CI on x86 |
|
The latest CI will be failed, the |
7592865 to
85991d0
Compare
|
Run Gluten ClickHouse CI on ARM |
OK, I have disabled this UT to check if it has other problems. |
|
Run Gluten Clickhouse CI on x86 |
85991d0 to
645569e
Compare
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
645569e to
0d37957
Compare
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten Clickhouse CI on x86 |
0d37957 to
d4698de
Compare
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten Clickhouse CI on x86 |
d4698de to
117659c
Compare
|
Run Gluten ClickHouse CI on ARM |
|
Run Gluten Clickhouse CI on x86 |
|
@zhztheplayer @zzcclp UT has been passed expect some Suites/cases are ignored. |
|
Fantastic! @jackylee-ch Thank you for taking care of this millstone constantly in the past few months. Thank you for all the kindly help with the CH CI! @zzcclp Without your effort we are going to stay on 3.5.2 permanently :) |



What changes were proposed in this pull request?
Support Spark 3.5.5 and upgrade iceberg version to 1.8.1 to fix the compatibility issue with Spark 3.5.4.
How was this patch tested?
GA