Skip to content

Commit

Permalink
[fix] fix build extension workflow for spark 2 scala 2.12 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil authored Dec 27, 2024
1 parent 544c632 commit 160d366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Build spark connector 2.4 2.12
run: |
cd spark-doris-connector && mvn clean install ${MVN_OPT} \
-Dscala.version=2.12.18 \
-Dscala.major.version=2.12 \
-Pspark-2 -pl spark-doris-connector-dist -am
- name: Build spark connector 3.0
Expand Down

0 comments on commit 160d366

Please sign in to comment.