Skip to content

Commit

Permalink
update test-suites scripts (intel-analytics#5823)
Browse files Browse the repository at this point in the history
Co-authored-by: Jin Hanyu <[email protected]>
  • Loading branch information
2 people authored and ForJadeForest committed Sep 20, 2022
1 parent 96dfbf3 commit a808e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
status_5_local_spark_basic_sql=1
status_6_local_spark_arrow=1
status_7_local_spark_hive=1
status_7_local_spark_hive=0

# entry /ppml/trusted-big-data-ml dir
cd /ppml/trusted-big-data-ml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status_4_scala_sql_SimpleTypedAggregator=1
status_5_scala_sql_UserDefinedScalar=1
status_6_scala_sql_UserDefinedTypedAggregation=1
status_7_scala_sql_UserDefinedUntypedAggregation=1
status_8_scala_sql_SparkHiveExample=1
status_8_scala_sql_SparkHiveExample=0
LOCAL_IP=$LOCAL_IP

if [ $status_2_scala_sql_example -ne 0 ]; then
Expand Down

0 comments on commit a808e2b

Please sign in to comment.