Skip to content

Commit

Permalink
chore: bump spark version (#19200)
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan <zilin@risingwave-labs.com>
  • Loading branch information
fuyufjh and chenzl25 authored Oct 31, 2024
1 parent 8a8b368 commit 8457de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/iceberg/start_spark_connect_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

ICEBERG_VERSION=1.4.3
SPARK_VERSION=3.4.3
SPARK_VERSION=3.4.4

PACKAGES="org.apache.iceberg:iceberg-spark-runtime-3.4_2.12:$ICEBERG_VERSION,org.apache.hadoop:hadoop-aws:3.3.2"
PACKAGES="$PACKAGES,org.apache.spark:spark-connect_2.12:$SPARK_VERSION"
Expand Down

0 comments on commit 8457de2

Please sign in to comment.