Skip to content

Commit f06f8a2

Browse files
committed
Merge remote-tracking branch 'apache/main' into dev3
2 parents 6129b34 + 3e30f77 commit f06f8a2

File tree

518 files changed

+24404
-13814
lines changed

Some content is hidden

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

518 files changed

+24404
-13814
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

0 commit comments

Comments
 (0)