Skip to content

Commit 067c427

Browse files
LuciferYangsrowen
authored andcommitted
[MINOR][BUILD] Correct the files contend in checkstyle-suppressions.xml
### What changes were proposed in this pull request? The pr aims to change the suppress files from `sql/core/src/main/java/org/apache/spark/sql/api.java/*` to `sql/core/src/main/java/org/apache/spark/sql/api/java/*`, the former seems to be a wrong code path. ### Why are the changes needed? Correct the `files` contend in `checkstyle-suppressions.xml` ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions Closes apache#38469 from LuciferYang/fix-java-supperessions. Authored-by: yangjie01 <[email protected]> Signed-off-by: Sean Owen <[email protected]> (cherry picked from commit 5457193) Signed-off-by: Sean Owen <[email protected]>
1 parent 33321cf commit 067c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/checkstyle-suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<suppress checks=".*"
3434
files="external/spark-ganglia-lgpl/src/main/java/com/codahale/metrics/ganglia/GangliaReporter.java"/>
3535
<suppress checks=".*"
36-
files="sql/core/src/main/java/org/apache/spark/sql/api.java/*"/>
36+
files="sql/core/src/main/java/org/apache/spark/sql/api/java/*"/>
3737
<suppress checks="LineLength"
3838
files="src/test/java/org/apache/spark/sql/hive/test/Complex.java"/>
3939
<suppress checks="LineLength"

0 commit comments

Comments
 (0)