Skip to content

Commit 82fae61

Browse files
authored
Merge branch 'apache:main' into dev2
2 parents 3f93217 + dc073ff commit 82fae61

421 files changed

Lines changed: 22803 additions & 12183 deletions

File tree

Some content is hidden

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

.asf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ notifications:
2424
commits: commits@datafusion.apache.org
2525
issues: github@datafusion.apache.org
2626
pullrequests: github@datafusion.apache.org
27+
discussions: github@datafusion.apache.org
2728
jira_options: link label worklog
2829
github:
2930
description: "Apache DataFusion SQL Query Engine"
@@ -44,6 +45,7 @@ github:
4445
rebase: false
4546
features:
4647
issues: true
48+
discussions: true
4749
protected_branches:
4850
main:
4951
required_pull_request_reviews:

.github/workflows/dev_pr/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ physical-plan:
4646

4747
catalog:
4848
- changed-files:
49-
- any-glob-to-any-file: ['datafusion/catalog/**/*']
49+
- any-glob-to-any-file: ['datafusion/catalog/**/*', 'datafusion/catalog-listing/**/*']
5050

5151
common:
5252
- changed-files:
@@ -58,11 +58,11 @@ execution:
5858

5959
datasource:
6060
- changed-files:
61-
- any-glob-to-any-file: ['datafusion/datasource/**/*']
61+
- any-glob-to-any-file: ['datafusion/datasource/**/*', 'datafusion/datasource-avro/**/*', 'datafusion/datasource-csv/**/*', 'datafusion/datasource-json/**/*', 'datafusion/datasource-parquet/**/*']
6262

6363
functions:
6464
- changed-files:
65-
- any-glob-to-any-file: ['datafusion/functions/**/*', 'datafusion/functions-aggregate/**/*', 'datafusion/functions-aggregate-common', 'datafusion/functions-nested']
65+
- any-glob-to-any-file: ['datafusion/functions/**/*', 'datafusion/functions-aggregate/**/*', 'datafusion/functions-aggregate-common', 'datafusion/functions-nested', 'datafusion/functions-table/**/*', 'datafusion/functions-window/**/*', 'datafusion/functions-window-common/**/*']
6666

6767

6868
optimizer:

.github/workflows/extended.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Run tests (excluding doctests)
8282
env:
8383
RUST_BACKTRACE: 1
84-
run: cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --workspace --lib --tests --bins --features avro,json,backtrace,extended_tests
84+
run: cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --workspace --lib --tests --bins --features avro,json,backtrace,extended_tests,recursive_protection
8585
- name: Verify Working Directory Clean
8686
run: git diff --exit-code
8787
- name: Cleanup
@@ -124,7 +124,7 @@ jobs:
124124
rust-version: stable
125125
- name: Run sqllogictest
126126
run: |
127-
cargo test --profile release-nonlto --test sqllogictests -- --include-sqlite
127+
cargo test --features backtrace --profile release-nonlto --test sqllogictests -- --include-sqlite
128128
cargo clean
129129
130130

.github/workflows/rust.yml

Lines changed: 200 additions & 61 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)