Skip to content

Test for triggering extended tests from PR comments #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 140 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
140 commits
Select commit Hold shift + click to select a range
618880e
Implement tree explain for PartialSortExec (#15066)
irenjj Mar 9, 2025
2fbdb97
feat: implement tree explain for `ProjectionExec` (#15082)
Standing-Man Mar 9, 2025
416feff
Implement `tree` explain for `SortExec` (#15077)
irenjj Mar 9, 2025
dfaede0
Minor: final `46.0.0` release tweaks: changelog + instructions (#15073)
alamb Mar 9, 2025
55ec83b
Implement tree explain for `NestedLoopJoinExec`, `CrossJoinExec`, `So…
irenjj Mar 10, 2025
f0b86fc
Implement `tree` explain for `BoundedWindowAggExec` and `WindowAggExe…
irenjj Mar 10, 2025
03bcdb0
implement tree rendering for StreamingTableExec (#15085)
Standing-Man Mar 10, 2025
1b70962
chore(deps): bump semver from 1.0.25 to 1.0.26 (#15116)
dependabot[bot] Mar 10, 2025
6460f71
chore(deps): bump clap from 4.5.30 to 4.5.31 (#15115)
dependabot[bot] Mar 10, 2025
afd597a
fix: Support datatype cast for insert api same as insert into sql (#1…
zhuqi-lucas Mar 10, 2025
a176aac
implement tree explain for GlobalLimitExec (#15100)
zjregee Mar 10, 2025
c2e04dc
Cleanup useless/duplicated code in gen tools (#15113)
lewiszlw Mar 10, 2025
80cb0af
Refactor EnforceDistribution test cases to demonstrate dependencies a…
wiedld Mar 10, 2025
9382add
Improve parsing `extra_info` in tree explain (#15125)
irenjj Mar 10, 2025
0f24c61
Add tests for SessionContext::create_physical_expr (#15034)
alamb Mar 11, 2025
6e422e0
Minor: Fix invalid query in test (#15131)
alamb Mar 11, 2025
ed2c1ca
Do not display logical_plan win explain `tree` mode (#15132)
alamb Mar 11, 2025
ee77d58
fix: unparse for subqueryalias (#15068)
chenkovsky Mar 11, 2025
04d823b
Substrait support for propagating TableScan.filters to Substrait Read…
jamxia155 Mar 11, 2025
6f285d6
Fix wasm32 build on version 46 (#15102)
XiangpengHao Mar 11, 2025
f31ddd6
Fix broken `serde` feature (#15124)
vadimpiven Mar 11, 2025
51f0833
Add `insta` / snapshot testing to CLI & set up AWS mock (#13672)
blaginin Mar 11, 2025
8f3f708
chore(deps): bump tempfile from 3.17.1 to 3.18.0 (#15146)
dependabot[bot] Mar 11, 2025
4446d18
chore(deps): bump syn from 2.0.98 to 2.0.100 (#15147)
dependabot[bot] Mar 11, 2025
411185f
Implement tree explain for AggregateExec (#15103)
zebsme Mar 11, 2025
4b8a2d8
Implement tree explain for `RepartitionExec` and `WorkTableExec` (#15…
Standing-Man Mar 11, 2025
359735a
Expand wildcard to actual expressions in `prepare_select_exprs` (#15090)
jayzhan211 Mar 11, 2025
2455aab
fix: date_trunc bench broken by #15049 (#15169)
Blizzara Mar 11, 2025
e7e7758
Config: Add support default sql varchar to view types (#15104)
zhuqi-lucas Mar 12, 2025
ce502ab
fixed PushDownFilter bug [15047] (#15142)
Jiashu-Hu Mar 12, 2025
58b2327
Bump `env_logger` from `0.11.6` to `0.11.7` to remove `humantime` (#1…
mbrobbel Mar 12, 2025
14ce193
Minor: fix extend sqllogical consistent with main test (#15145)
zhuqi-lucas Mar 12, 2025
efb75f3
Implement tree rendering for `SortPreservingMergeExec` (#15140)
Standing-Man Mar 12, 2025
d97960f
Remove expand wildcard rule (#15170)
jayzhan211 Mar 12, 2025
bb16115
chore: remove ScalarUDFImpl::return_type_from_exprs (#15130)
Blizzara Mar 12, 2025
92deb96
chore(deps): bump libc from 0.2.170 to 0.2.171 (#15176)
dependabot[bot] Mar 12, 2025
ab1e77e
chore(deps): bump serde_json from 1.0.139 to 1.0.140 (#15175)
dependabot[bot] Mar 12, 2025
dcd4568
chore(deps): bump substrait from 0.53.2 to 0.54.0 (#15043)
dependabot[bot] Mar 12, 2025
db45ff3
Minor: split EXPLAIN and ANALYZE planning into different functions (#…
alamb Mar 12, 2025
5f72234
Implement `tree` explain for `JsonSink` (#15185)
irenjj Mar 12, 2025
592fe6a
Split out `datafusion-substrait` and `datafusion-proto` CI feature ch…
alamb Mar 12, 2025
eb62e28
Remove unused wildcard expanding methods (#15180)
goldmedal Mar 13, 2025
3cfcdb6
#15108 issue: "Non Panic Task error" is not an internal error (#15109)
Satyam018 Mar 13, 2025
ce536c9
Implement tree explain for LazyMemoryExec (#15187)
zebsme Mar 13, 2025
079ddb0
implement tree explain for CoalesceBatchesExec (#15194)
Standing-Man Mar 13, 2025
69b0648
Implement `tree` explain for `CsvSink` (#15204)
irenjj Mar 13, 2025
81f3230
chore(deps): bump blake3 from 1.6.0 to 1.6.1 (#15198)
dependabot[bot] Mar 13, 2025
96e7e31
chore(deps): bump clap from 4.5.31 to 4.5.32 (#15199)
dependabot[bot] Mar 13, 2025
d3967ae
chore(deps): bump serde from 1.0.218 to 1.0.219 (#15197)
dependabot[bot] Mar 13, 2025
d381306
Fix datafusion proto crate `json` feature (#15172)
Owen-CH-Leung Mar 13, 2025
e221a2c
feat: support customize metadata in alias for dataframe api (#15120)
chenkovsky Mar 13, 2025
8061485
feat: support ApproxDistinct with utf8view (#15200)
zhuqi-lucas Mar 14, 2025
ac989af
Add blog link to `EquivalenceProperties` docs (#15215)
alamb Mar 14, 2025
b337fbc
feat: Attach `Diagnostic` to more than one column errors in scalar_su…
changsun20 Mar 14, 2025
9fd7e6f
Minor: split datafusion-cli testing into its own CI job (#15075)
alamb Mar 14, 2025
d22a586
Implement tree explain for InterleaveExec (#15219)
zebsme Mar 14, 2025
8973f1b
Move catalog_common out of core (#15193)
logan-keede Mar 14, 2025
d25c594
chore(deps): bump tokio-util from 0.7.13 to 0.7.14 (#15223)
dependabot[bot] Mar 14, 2025
46020dd
chore(deps): bump aws-config from 1.5.18 to 1.6.0 (#15222)
dependabot[bot] Mar 14, 2025
6028474
chore(deps): bump bzip2 from 0.5.1 to 0.5.2 (#15221)
dependabot[bot] Mar 14, 2025
072098e
Document guidelines for physical operator yielding (#15030)
carols10cents Mar 14, 2025
f8828ab
feat: topk functionality for aggregates should support utf8view and l…
zhuqi-lucas Mar 14, 2025
824f108
Implement `tree` explain for `ArrowFileSink`, fix original URL (#15206)
irenjj Mar 14, 2025
e37d580
Implement tree explain for `LocalLimitExec` (#15232)
shruti2522 Mar 14, 2025
a3980db
Use insta for `DataFrame` tests (#15165)
blaginin Mar 14, 2025
30863b9
Re-enable github discussion (#15241)
2010YOUY01 Mar 15, 2025
1eefd13
Minor: exclude datafusion-cli testing for mac (#15240)
zhuqi-lucas Mar 15, 2025
d5d53c5
Implement tree explain for CoalescePartitionsExec (#15225)
Shreyaskr1409 Mar 15, 2025
563da92
Enable `used_underscore_binding` clippy lint (#15189)
Shreyaskr1409 Mar 15, 2025
0e77fb2
Simpler to see expressions in explain `tree` mode (#15163)
irenjj Mar 15, 2025
41e7aed
Support `EXPLAIN ... FORMAT <indent | tree | json | graphviz > ...` (…
alamb Mar 15, 2025
c007ca0
Update version to 46.0.1, add CHANGELOG (#15243) (#15244)
xudong963 Mar 16, 2025
72b855b
Fix invalid schema for unions in ViewTables (#15135)
Friede80 Mar 16, 2025
e4bf951
Make `ListingTableUrl::try_new` public (#15250)
linhr Mar 16, 2025
a27a928
Fix wildcard dataframe case (#15230)
jayzhan211 Mar 16, 2025
d23c52f
Simplify the printing of all plans containing `expr` in `tree` mode (…
irenjj Mar 16, 2025
d7c70e4
Support utf8view datatype for window (#15257)
zhuqi-lucas Mar 16, 2025
87eec43
fix: compound_field_access doesn't identifier qualifier. (#15153)
chenkovsky Mar 16, 2025
6be228c
chore: remove deprecated variants of UDF's invoke (invoke, invoke_no_…
Blizzara Mar 17, 2025
db871af
Improve feature flag CI coverage `datafusion` and `datafusion-functio…
alamb Mar 17, 2025
1d0c9cb
Improve feature flag CI coverage `datafusion` and `datafusion-functio…
alamb Mar 17, 2025
66933cc
Add debug logging for default catalog overwrite in SessionState build…
byte-sourcerer Mar 17, 2025
00331cf
Implement tree explain for PlaceholderRowExec (#15270)
zebsme Mar 17, 2025
689def2
docs: update documentation for Final GroupBy in accumulator.rs (#15279)
qazxcdswe123 Mar 17, 2025
7498ebe
Implement tree explain for UnionExec (#15278)
zebsme Mar 17, 2025
5224194
Migrate dataframe tests to `insta` (#15262)
jsai28 Mar 17, 2025
d2a395c
Minor: consistently apply `clippy::clone_on_ref_ptr` in all crates (#…
alamb Mar 18, 2025
865ae80
chore(deps): bump async-trait from 0.1.87 to 0.1.88 (#15294)
dependabot[bot] Mar 18, 2025
4780a11
chore(deps): bump uuid from 1.15.1 to 1.16.0 (#15292)
dependabot[bot] Mar 18, 2025
72705a3
Add CatalogProvider and SchemaProvider to FFI Crate (#15280)
timsaucer Mar 18, 2025
76a7789
Refactor file schema type coercions (#15268)
xudong963 Mar 18, 2025
29874ba
fix (#15275)
zhuqi-lucas Mar 18, 2025
6da1d0f
chore(deps): bump rust_decimal from 1.36.0 to 1.37.0 (#15293)
dependabot[bot] Mar 18, 2025
a7d8b97
minor: fix `data/sqlite` link (#15286)
sdht0 Mar 18, 2025
13af5f3
chore: Attach Diagnostic to "incompatible type in unary expression" e…
onlyjackfrost Mar 18, 2025
012c1f0
Add upgrade notes for array signatures (#15237)
jkosh44 Mar 18, 2025
9e1e32f
Support logic optimize rule to pass the case that Utf8view datatype …
zhuqi-lucas Mar 18, 2025
8c8b245
Migrate user_defined tests to insta (#15255)
shruti2522 Mar 18, 2025
a181e1d
Remove inline table scan analyzer rule (#15201)
jayzhan211 Mar 18, 2025
6c5c5c1
fix union view (#15300)
jayzhan211 Mar 19, 2025
3dd3d73
refactor: Move view and stream from `datasource` to `catalog`, deprec…
logan-keede Mar 19, 2025
d20b6d1
fix: unparsing left/ right semi/mark join (#15212)
chenkovsky Mar 19, 2025
52645c9
chore(deps): bump substrait from 0.54.0 to 0.55.0 (#15305)
dependabot[bot] Mar 19, 2025
ed3b216
chore(deps): bump half from 2.4.1 to 2.5.0 (#15303)
dependabot[bot] Mar 19, 2025
b488b94
chore(deps): bump mimalloc from 0.1.43 to 0.1.44 (#15304)
dependabot[bot] Mar 19, 2025
8e2bfa4
Fix predicate pushdown for custom SchemaAdapters (#15263)
adriangb Mar 19, 2025
19dd46d
fix: handle duplicate WindowFunction expressions in Substrait consume…
Blizzara Mar 19, 2025
97548a2
Restore datafusion testing pin (#15318)
alamb Mar 20, 2025
f5821b9
Support Duration in min/max agg functions (#15310)
svranesevic Mar 20, 2025
fc93374
Migrate tests to insta (#15288)
jsai28 Mar 20, 2025
c95ca31
chore(deps): bump quote from 1.0.38 to 1.0.40 (#15332)
dependabot[bot] Mar 20, 2025
ab3ead4
chore(deps): bump blake3 from 1.6.1 to 1.7.0 (#15331)
dependabot[bot] Mar 20, 2025
11838be
Simplify display format of `AggregateFunctionExpr`, add `Expr::sql_na…
irenjj Mar 20, 2025
dd9c3a8
feat: introduce `JoinSetTracer` trait for tracing context propagation…
geoffreyclaude Mar 20, 2025
722ccb9
feat: Support serde for JsonSource PhysicalPlan (#15311)
westhide Mar 20, 2025
30c457a
chore(deps): bump indexmap from 2.7.1 to 2.8.0 (#15333)
dependabot[bot] Mar 20, 2025
74aeb91
Add doc for the statistics_from_parquet_meta_calc method (#15330)
xudong963 Mar 21, 2025
737c577
chore(deps): bump tokio from 1.43.0 to 1.44.1 (#15347)
dependabot[bot] Mar 21, 2025
68027fb
chore(deps): bump tempfile from 3.18.0 to 3.19.1 (#15346)
dependabot[bot] Mar 21, 2025
635e73b
Keep debug info for release-nonlto build (#15350)
2010YOUY01 Mar 21, 2025
7c902de
Use any instead of for_each (#15289)
xudong963 Mar 21, 2025
3269f01
feat: Support serde for FileScanConfig `batch_size` (#15335)
westhide Mar 21, 2025
8756197
added explaination for Schema and DFSchema to documentation (#15329)
Jiashu-Hu Mar 21, 2025
6859b93
refactor: move `CteWorkTable`, `default_table_source` a bunch of fi…
logan-keede Mar 21, 2025
cafe0e7
GroupsAccumulator for Duration (#15322)
shruti2522 Mar 21, 2025
4af5cfc
feat: simplify regex wildcard pattern (#15299)
waynexia Mar 21, 2025
1c38aff
Fix empty aggregation function count() in Substrait (#15345)
gabotechs Mar 22, 2025
c2c43ec
Improved error for expand wildcard rule (#15287)
Jiashu-Hu Mar 22, 2025
5ab23b5
Added tests with are writing into parquet files in memory for issue #…
pranavJibhakate Mar 22, 2025
d460abb
Migrate physical plan tests to `insta` (Part-1) (#15313)
Shreyaskr1409 Mar 22, 2025
afa5c8f
Fix array_has_all and array_has_any with empty array (#15039)
LuQQiu Mar 23, 2025
4248264
Update datafusion-testing pin to fix extended tests (#15368)
alamb Mar 24, 2025
5210a2b
chore(deps): Update sqlparser to 0.55.0 (#15183)
PokIsemaine Mar 24, 2025
d68fca9
Only unnest source for `EmptyRelation` (#15159)
blaginin Mar 24, 2025
e294b1f
chore(deps): bump rust_decimal from 1.37.0 to 1.37.1 (#15378)
dependabot[bot] Mar 24, 2025
e5affe1
chore(deps): bump chrono-tz from 0.10.1 to 0.10.2 (#15377)
dependabot[bot] Mar 24, 2025
42e7e56
remove duplicate test (#15385)
goldmedal Mar 24, 2025
3f538f8
Minor: add average time for clickbench benchmark query (#15381)
zhuqi-lucas Mar 24, 2025
916ccc3
feat: include some BinaryOperator from sqlparser (#15327)
waynexia Mar 24, 2025
c9b20eb
Revert "Update datafusion-testing pin to fix extended tests (#15368)"
alamb Mar 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
discussions: [email protected]
jira_options: link label worklog
github:
description: "Apache DataFusion SQL Query Engine"
Expand All @@ -44,6 +45,7 @@ github:
rebase: false
features:
issues: true
discussions: true
protected_branches:
main:
required_pull_request_reviews:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run tests (excluding doctests)
env:
RUST_BACKTRACE: 1
run: cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --workspace --lib --tests --bins --features avro,json,backtrace,extended_tests
run: cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --workspace --lib --tests --bins --features avro,json,backtrace,extended_tests,recursive_protection
- name: Verify Working Directory Clean
run: git diff --exit-code
- name: Cleanup
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
rust-version: stable
- name: Run sqllogictest
run: |
cargo test --profile release-nonlto --test sqllogictests -- --include-sqlite
cargo test --features backtrace --profile release-nonlto --test sqllogictests -- --include-sqlite
cargo clean


264 changes: 203 additions & 61 deletions .github/workflows/rust.yml

Large diffs are not rendered by default.

Loading
Loading