Skip to content

Commit d0c8e5c

Browse files
committed
Merge remote-tracking branch 'apache/main' into avg_duration_ga
2 parents 102c809 + 62fa67c commit d0c8e5c

File tree

574 files changed

+35185
-17448
lines changed

Some content is hidden

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

574 files changed

+35185
-17448
lines changed

.asf.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ github:
5050
main:
5151
required_pull_request_reviews:
5252
required_approving_review_count: 1
53+
pull_requests:
54+
# enable updating head branches of pull requests
55+
allow_update_branch: true
5356

5457
# publishes the content of the `asf-site` branch to
5558
# https://datafusion.apache.org/

.github/workflows/docs_pr.yaml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,7 @@ on:
3434
workflow_dispatch:
3535

3636
jobs:
37-
# Run doc tests
38-
linux-test-doc:
39-
name: cargo doctest (amd64)
40-
runs-on: ubuntu-latest
41-
container:
42-
image: amd64/rust
43-
steps:
44-
- uses: actions/checkout@v4
45-
with:
46-
submodules: true
47-
fetch-depth: 1
48-
- name: Setup Rust toolchain
49-
uses: ./.github/actions/setup-builder
50-
with:
51-
rust-version: stable
52-
- name: Run doctests (embedded rust examples)
53-
run: cargo test --doc --features avro,json
54-
- name: Verify Working Directory Clean
55-
run: git diff --exit-code
56-
37+
5738
# Test doc build
5839
linux-test-doc-build:
5940
name: Test doc build

.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/[email protected]
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)