diff --git a/.github/workflows/spark_sql_test_ansi.yml b/.github/workflows/spark_sql_test_ansi.yml
index 85c63b58b..caf93fe9e 100644
--- a/.github/workflows/spark_sql_test_ansi.yml
+++ b/.github/workflows/spark_sql_test_ansi.yml
@@ -75,7 +75,7 @@ jobs:
- name: Run Spark tests
run: |
cd apache-spark
- build/sbt clean package
+ rm -rf /root/.m2/repository/org/apache/parquet
ENABLE_COMET=true ENABLE_COMET_ANSI_MODE=true build/sbt ${{ matrix.module.args1 }} "${{ matrix.module.args2 }}"
env:
LC_ALL: "C.UTF-8"
diff --git a/pom.xml b/pom.xml
index 87a21b244..837dd959b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@ under the License.
1.9.13
2.43.0
0.8.11
+ 4.8.8
${project.basedir}/../core/target/debug
darwin
x86_64
@@ -542,6 +543,7 @@ under the License.
4.0.0-preview1
4.0
1.13.1
+ 4.9.5
spark-4.0
not-needed-yet
@@ -626,7 +628,7 @@ under the License.
org.scalameta
semanticdb-scalac_${scala.version}
- 4.8.15
+ ${semanticdb.version}