Skip to content

Commit 8f13d7f

Browse files
authored
Merge branch 'main' into fix-gby-pushdownfilter
2 parents 14ceef8 + 963b649 commit 8f13d7f

File tree

155 files changed

+11619
-3843
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+11619
-3843
lines changed

.github/workflows/dev_pr.yml renamed to .github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/labeler@v5.0.0
5050
with:
5151
repo-token: ${{ secrets.GITHUB_TOKEN }}
52-
configuration-path: .github/workflows/dev_pr/labeler.yml
52+
configuration-path: .github/workflows/labeler/labeler-config.yml
5353
sync-labels: true
5454

5555
# TODO: Enable this when eps1lon/actions-label-merge-conflict is available.

.github/workflows/dev_pr/labeler.yml renamed to .github/workflows/labeler/labeler-config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ physical-expr:
4141

4242
physical-plan:
4343
- changed-files:
44-
- any-glob-to-any-file: [datafusion/physical-plan/**/*']
44+
- any-glob-to-any-file: ['datafusion/physical-plan/**/*']
4545

4646

4747
catalog:
@@ -77,6 +77,10 @@ proto:
7777
- changed-files:
7878
- any-glob-to-any-file: ['datafusion/proto/**/*', 'datafusion/proto-common/**/*']
7979

80+
spark:
81+
- changed-files:
82+
- any-glob-to-any-file: ['datafusion/spark/**/*']
83+
8084
substrait:
8185
- changed-files:
8286
- any-glob-to-any-file: ['datafusion/substrait/**/*']

0 commit comments

Comments
 (0)