Skip to content

Commit 33378a6

Browse files
dongjoon-hyunHyukjinKwon
authored andcommitted
[SPARK-50304][INFRA] Remove (any|empty).proto from RAT exclusion
### What changes were proposed in this pull request? This PR aims to remove `(any|empty).proto` from RAT exclusion. ### Why are the changes needed? `(any|empty).proto` files were never a part of Apache Spark repository. Those files were only used in the initial `Connect` PR and removed before merging. - #37710 - Added: 45c7bc5 - Excluded from RAT check: cf6b19a - Removed: 4971980 ### Does this PR introduce _any_ user-facing change? No. This is a dev-only change. ### How was this patch tested? Pass the CIs or manual check. ``` $ ./dev/check-license Ignored 0 lines in your exclusion files as comments or empty lines. RAT checks passed. ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48837 from dongjoon-hyun/SPARK-50304. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 5cc60f4 commit 33378a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/.rat-excludes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ exported_table/*
126126
node_modules
127127
spark-events-broken/*
128128
SqlBaseLexer.tokens
129-
# Spark Connect related files with custom licence
130-
any.proto
131-
empty.proto
132129
.*\.explain
133130
.*\.proto.bin
134131
LimitedInputStream.java

0 commit comments

Comments
 (0)