-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-8653][CORE] Bump Spark to 3.5.4 #8597
base: main
Are you sure you want to change the base?
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 |
@@ -335,7 +335,7 @@ | |||
<properties> | |||
<sparkbundle.version>3.5</sparkbundle.version> | |||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the iceberg version here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
What changes were proposed in this pull request?
Support Spark 3.5.4
How was this patch tested?
GA