Skip to content

Commit

Permalink
fix: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 1, 2024
1 parent 0dec116 commit a394350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/java_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ${mvn} clean test

projects=()
if [ "${ARROW_DATASET}" = "ON" ]; then
projects+=(gandiva)
projects+=(dataset)
fi
if [ "${ARROW_GANDIVA}" = "ON" ]; then
projects+=(gandiva)
Expand Down

0 comments on commit a394350

Please sign in to comment.