Skip to content

Commit f1b4810

Browse files
committed
sync proto and fix CI
1 parent 295c42f commit f1b4810

File tree

5 files changed

+768
-1022
lines changed

5 files changed

+768
-1022
lines changed

.github/workflows/base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
3737
- name: Download Deequ JAR
3838
run: |
39-
curl -L -o deequ-spark-3.5.jar \
40-
https://github.com/awslabs/python-deequ/releases/download/v2.0.0b1/deequ-2.1.0b-spark-3.5.jar
39+
curl -L -o deequ_2.12-2.1.0b-spark-3.5.jar \
40+
https://github.com/awslabs/python-deequ/releases/download/v2.0.0b1/deequ_2.12-2.1.0b-spark-3.5.jar
4141
4242
- name: Install Python dependencies
4343
run: |
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
$SPARK_HOME/sbin/start-connect-server.sh \
5656
--packages org.apache.spark:spark-connect_2.12:3.5.0 \
57-
--jars $PWD/deequ-spark-3.5.jar \
57+
--jars $PWD/deequ_2.12-2.1.0b-spark-3.5.jar \
5858
--conf spark.connect.extensions.relation.classes=com.amazon.deequ.connect.DeequRelationPlugin
5959
# Wait for server to start
6060
sleep 20

0 commit comments

Comments
 (0)