Skip to content

Commit 4dbac93

Browse files
committed
Merge branch 'main' into lia/fix-union-schema-field-names
2 parents e69a28e + 4417d5c commit 4dbac93

File tree

99 files changed

+9402
-3415
lines changed

Some content is hidden

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

99 files changed

+9402
-3415
lines changed
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/**/*']

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)