Skip to content

Commit 8fb445d

Browse files
frreissJoshRosen
authored andcommitted
[SPARK-17303] Added spark-warehouse to dev/.rat-excludes
## What changes were proposed in this pull request? Excludes the `spark-warehouse` directory from the Apache RAT checks that src/run-tests performs. `spark-warehouse` is created by some of the Spark SQL tests, as well as by `bin/spark-sql`. ## How was this patch tested? Ran src/run-tests twice. The second time, the script failed because the first iteration Made the change in this PR. Ran src/run-tests a third time; RAT checks succeeded. Author: frreiss <[email protected]> Closes #14870 from frreiss/fred-17303.
1 parent 48b459d commit 8fb445d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/.rat-excludes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ org.apache.spark.scheduler.ExternalClusterManager
101101
.*\.sql
102102
.Rbuildignore
103103
org.apache.spark.deploy.yarn.security.ServiceCredentialProvider
104+
spark-warehouse

0 commit comments

Comments
 (0)