File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 66
66
set -e
67
67
set -o pipefail
68
68
69
+ echo " "
69
70
echo " ========================================================================="
70
71
echo " Running Apache RAT checks"
71
72
echo " ========================================================================="
72
73
dev/check-license
73
74
75
+ echo " "
74
76
echo " ========================================================================="
75
77
echo " Running Scala style checks"
76
78
echo " ========================================================================="
77
79
dev/lint-scala
78
80
81
+ echo " "
79
82
echo " ========================================================================="
80
83
echo " Running Python style checks"
81
84
echo " ========================================================================="
82
85
dev/lint-python
83
86
87
+ echo " "
84
88
echo " ========================================================================="
85
89
echo " Running Spark unit tests"
86
90
echo " ========================================================================="
94
98
echo -e " q\n" | sbt/sbt $SBT_MAVEN_PROFILES_ARGS clean package assembly/assembly test | \
95
99
grep -v -e " info.*Resolving" -e " warn.*Merging" -e " info.*Including"
96
100
101
+ echo " "
97
102
echo " ========================================================================="
98
103
echo " Running PySpark tests"
99
104
echo " ========================================================================="
100
105
./python/run-tests
101
106
107
+ echo " "
102
108
echo " ========================================================================="
103
109
echo " Detecting binary incompatibilites with MiMa"
104
110
echo " ========================================================================="
You can’t perform that action at this time.
0 commit comments