This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new c0ff0f579daa [SPARK-46371][BUILD] Clean up outdated items in 
`.rat-excludes`
c0ff0f579daa is described below

commit c0ff0f579daa21dcc6004058537d275a0dd2920f
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Tue Dec 26 00:16:33 2023 -0800

    [SPARK-46371][BUILD] Clean up outdated items in `.rat-excludes`
    
    ### What changes were proposed in this pull request?
    The pr aims to clean outdated items in `.rat-excludes`.
    
    ### Why are the changes needed?
    - Some items in the `.rat-excludes` file no longer exist in the Spark code 
repo, such as `SparkIMain.scala`. Perhaps one day in the future, we may add a 
file named `SparkIMain.scala` (a new file with the `same file name` as the old 
file, but with a different meaning) due to some requirements.  However, we did 
not add the required "License" header for this file.  According to the current 
mechanism, it should pass the `check-license`, but this check may not be our 
original intention.
    - In addition, the `.rat-excludes` file seems to be constantly `adding` 
entries without a mechanism for `removing` them, which is not healthy for the 
file itself.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #44293 from panbingkun/clean_rat-excludes.
    
    Lead-authored-by: panbingkun <panbing...@baidu.com>
    Co-authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/.rat-excludes | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index 0e2a996a2695..4cf5deb81192 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -4,8 +4,6 @@ cache
 .gitattributes
 .project
 .classpath
-.mima-excludes
-.generated-mima-excludes
 .generated-mima-class-excludes
 .generated-mima-member-excludes
 .rat-excludes
@@ -48,15 +46,7 @@ jquery.mustache.js
 pyspark-coverage-site/*
 cloudpickle/*
 join.py
-SparkExprTyper.scala
 SparkILoop.scala
-SparkILoopInit.scala
-SparkIMain.scala
-SparkImports.scala
-SparkJLineCompletion.scala
-SparkJLineReader.scala
-SparkMemberHandlers.scala
-SparkReplReporter.scala
 sbt
 sbt-launch-lib.bash
 plugins.sbt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to