File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6666set -e
6767set -o pipefail
6868
69+ echo " "
6970echo " ========================================================================="
7071echo " Running Apache RAT checks"
7172echo " ========================================================================="
7273dev/check-license
7374
75+ echo " "
7476echo " ========================================================================="
7577echo " Running Scala style checks"
7678echo " ========================================================================="
7779dev/lint-scala
7880
81+ echo " "
7982echo " ========================================================================="
8083echo " Running Python style checks"
8184echo " ========================================================================="
8285dev/lint-python
8386
87+ echo " "
8488echo " ========================================================================="
8589echo " Running Spark unit tests"
8690echo " ========================================================================="
9498echo -e " q\n" | sbt/sbt $SBT_MAVEN_PROFILES_ARGS clean package assembly/assembly test | \
9599 grep -v -e " info.*Resolving" -e " warn.*Merging" -e " info.*Including"
96100
101+ echo " "
97102echo " ========================================================================="
98103echo " Running PySpark tests"
99104echo " ========================================================================="
100105./python/run-tests
101106
107+ echo " "
102108echo " ========================================================================="
103109echo " Detecting binary incompatibilites with MiMa"
104110echo " ========================================================================="
You can’t perform that action at this time.
0 commit comments