Skip to content

Commit f9f8dba

Browse files
feat: bump spark to 3.5.4 (#392)
## Summary - Release Notes: https://spark.apache.org/releases/spark-release-3-5-4.html - https://issues.apache.org/jira/browse/SPARK-49791 is a good one for us. ## Checklist - [ ] Added Unit Tests - [ ] Covered by existing CI - [ ] Integration tested - [ ] Documentation update <!-- av pr metadata This information is embedded by the av CLI when creating PRs to track the status of stacks when using Aviator. Please do not delete or edit this section of the PR. ``` {"parent":"main","parentHead":"","trunk":"main"} ``` --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Upgraded underlying Apache Spark libraries to version 3.5.4, delivering enhanced performance, stability, and compatibility. This update improves processing efficiency and backend reliability, ensuring smoother and more secure data operations. End-users may notice more robust and responsive interactions as a result of these improvements, further enhancing overall system performance. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Thomas Chow <[email protected]>
1 parent 868feed commit f9f8dba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/build_rules/dependencies/spark_repository.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ spark_repository = repository(
88
provided = True,
99
artifacts = [
1010
# Spark artifacts - for scala 2.12
11-
"org.apache.spark:spark-sql_2.12:3.5.1",
12-
"org.apache.spark:spark-hive_2.12:3.5.1",
13-
"org.apache.spark:spark-streaming_2.12:3.5.1",
14-
"org.apache.spark:spark-avro_2.12:3.5.1",
11+
"org.apache.spark:spark-sql_2.12:3.5.4",
12+
"org.apache.spark:spark-hive_2.12:3.5.4",
13+
"org.apache.spark:spark-streaming_2.12:3.5.4",
14+
"org.apache.spark:spark-avro_2.12:3.5.4",
1515

1616
# Hive dependencies
1717
"org.apache.hive:hive-metastore:2.3.9",

0 commit comments

Comments
 (0)