Skip to content

Commit

Permalink
[MINOR][INFRA] Update labeler
Browse files Browse the repository at this point in the history
### 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 apache#49051 from zhengruifeng/update_labeler.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
zhengruifeng authored and HyukjinKwon committed Dec 4, 2024
1 parent 0e45e21 commit 784a97b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*',
Expand All @@ -119,7 +119,7 @@ AVRO:
- changed-files:
- any-glob-to-any-file: [
'connector/avro/**/*',
'python/pyspark/sql/avro/**/*'
'python/**/avro/**/*'
]

DSTREAM:
Expand Down Expand Up @@ -152,18 +152,16 @@ ML:
MLLIB:
- changed-files:
- any-glob-to-any-file: [
'**/spark/mllib/**/*',
'mllib-local/**/*',
'python/pyspark/mllib/**/*'
'**/mllib/**/*',
'mllib-local/**/*'
]

STRUCTURED STREAMING:
- changed-files:
- 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'
]

Expand Down Expand Up @@ -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/**/*'
]

0 comments on commit 784a97b

Please sign in to comment.