Skip to content
Snippets Groups Projects
  • frreiss's avatar
    8fb445d9
    [SPARK-17303] Added spark-warehouse to dev/.rat-excludes · 8fb445d9
    frreiss authored
    ## 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 <frreiss@us.ibm.com>
    
    Closes #14870 from frreiss/fred-17303.
    8fb445d9
    History
    [SPARK-17303] Added spark-warehouse to dev/.rat-excludes
    frreiss authored
    ## 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 <frreiss@us.ibm.com>
    
    Closes #14870 from frreiss/fred-17303.