This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 784a97b3ee8c [MINOR][INFRA] Update labeler
784a97b3ee8c is described below
commit 784a97b3ee8c63a023747f85e57a2f2d89cae3f6
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Wed Dec 4 16:16:30 2024 +0900
[MINOR][INFRA] Update labeler
### What changes were proposed in this pull request?
Update labeler
### Why are the changes needed?
some labels are not up-to-date, e.g.
`python/pyspark/sql/connect/avro` is not covered by `AVRO`
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #49051 from zhengruifeng/update_labeler.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/labeler.yml | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 6617acbf9187..be78eba4baf8 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -93,9 +93,9 @@ SQL:
- changed-files:
- all-globs-to-any-file: [
'**/sql/**/*',
- '!python/pyspark/sql/avro/**/*',
- '!python/pyspark/sql/streaming/**/*',
- '!python/pyspark/sql/tests/streaming/test_streaming*.py'
+ '!python/**/avro/**/*',
+ '!python/**/protobuf/**/*',
+ '!python/**/streaming/**/*'
]
- any-glob-to-any-file: [
'common/unsafe/**/*',
@@ -119,7 +119,7 @@ AVRO:
- changed-files:
- any-glob-to-any-file: [
'connector/avro/**/*',
- 'python/pyspark/sql/avro/**/*'
+ 'python/**/avro/**/*'
]
DSTREAM:
@@ -152,9 +152,8 @@ ML:
MLLIB:
- changed-files:
- any-glob-to-any-file: [
- '**/spark/mllib/**/*',
- 'mllib-local/**/*',
- 'python/pyspark/mllib/**/*'
+ '**/mllib/**/*',
+ 'mllib-local/**/*'
]
STRUCTURED STREAMING:
@@ -162,8 +161,7 @@ STRUCTURED STREAMING:
- any-glob-to-any-file: [
'**/sql/**/streaming/**/*',
'connector/kafka-0-10-sql/**/*',
- 'python/pyspark/sql/streaming/**/*',
- 'python/pyspark/sql/tests/streaming/test_streaming*.py',
+ 'python/pyspark/sql/**/streaming/**/*',
'**/*streaming.R'
]
@@ -226,13 +224,12 @@ CONNECT:
- any-glob-to-any-file: [
'sql/connect/**/*',
'connector/connect/**/*',
- 'python/pyspark/sql/**/connect/**/*',
- 'python/pyspark/ml/**/connect/**/*'
+ 'python/**/connect/**/*'
]
PROTOBUF:
- changed-files:
- any-glob-to-any-file: [
'connector/protobuf/**/*',
- 'python/pyspark/sql/protobuf/**/*'
+ 'python/**/protobuf/**/*'
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]