forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Recursive CTEs: Stage 3 - add execution support #6
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
Draft
matthewgapp
wants to merge
69
commits into
matt/feat/recursive-ctes/parser
Choose a base branch
from
matt/feat/recursive-ctes/execution-support
base: matt/feat/recursive-ctes/parser
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
9b78efa
Add serde support for Arrow FileTypeWriterOptions (#8850)
tushushu 3a9e23d
Improve datafusion-cli print format tests (#8896)
alamb a786921
Recursive CTEs: Stage 2 - add support for sql -> logical plan generat…
matthewgapp 72b81f1
remove null in array-append adn array-prepend (#8901)
Weijun-H ae0f401
Add support for FixedSizeList type in `arrow_cast`, hashing (#8344)
Weijun-H d0c84cc
aggregate_statistics should only optimize MIN/MAX when relation is no…
viirya e7c0482
support to_timestamp with optional chrono formats (#8886)
Omega359 a4a9429
Minor: Document third argument of `date_bin` as optional and default …
alamb 95e739c
Minor: distinguish parquet row group pruning test type (#8921)
Ted-Jiang f5a97d5
Add hash_join_single_partition_threshold_rows config (#8720)
maruschin b7e13a0
Prepare 35.0.0-rc1 (#8924)
andygrove 0116e2a
feat: support `stride` in `array_slice`, change indexes to be`1` base…
Weijun-H 97441cc
fix: recursive initialize method (#8937)
waynexia c0a69a7
Fix expr partial ord test (#8908)
mustafasrepo 2b218be
Simplify windows builtin functions return type (#8920)
comphead 38d5f75
Fix handling of nested leaf columns in parallel parquet writer (#8923)
devinjdangelo f2e6701
feat: emitting partial join results in `HashJoinStream` (#8020)
korowa c9935ae
fix: common_subexpr_eliminate rule should not apply to short-circuit …
haohuaijin edec418
Support GroupsAccumulator accumulator for udaf (#8892)
guojidan e986e15
Refactor partitioned_csv tests (#8919)
simicd 6816d3f
[CI] Fix RUSTFLAGS (#8929)
Jefffrey 180cbfb
Minor: Update datafusion-cli README to explain why it is not in the w…
alamb f39841b
Add syntax highlight to datafusion-cli (#8918)
trungda 795c71f
Update substrait requirement from 0.22.1 to 0.23.0 (#8943)
dependabot[bot] 903ef94
Deprecate make_scalar_function (#8878)
viirya 827668a
Update project links (#8954)
comphead 31b9b48
fix issue #8922 make row group test more readable (#8941)
Lordworms 084fdfb
feat:implement sql style 'ends_with' and 'instr' string function (#8862)
zy-kkk 04e147b
[MINOR]: Extract aggregate topk function to `aggregate_topk.slt` (#8948)
mustafasrepo 558b3d6
Combine multiple `IN` lists in `ExprSimplifier` (#8949)
jayzhan211 ee7ab0b
Fix clippy failures (#8972)
alamb 19ca7d2
feat: Support parquet bloom filter pruning for decimal128 (#8930)
Ted-Jiang b5db718
[MINOR]: Update create_window_expr to refer only input schema (#8945)
mustafasrepo 78ca43c
Don't error in simplify_expressions rule (#8957)
haohuaijin 2b84877
avoid unwrap (#8956)
Luv-Ray 5d70c32
Change `Accumulator::evaluate` and `Accumulator::state` to take `&mut…
alamb bc0ba6a
Enhance simplifier by adding Canonicalize (#8780)
yyy1000 7ad929a
Find the correct fields when using page filter on `struct` fields in …
manoj-inukolunu 94a6192
fix: allow placeholders to be substited when coercible (#8977)
erratic-pattern 90e61c7
Minor: improve CatalogProvider documentation with rationale (#8968)
alamb d81c82d
Improve to_timestamp docs (#8981)
Omega359 d6ab343
Add helper function for processing scalar function input (#8962)
viirya 4ac7de1
Fix optimize projections bug (#8960)
mustafasrepo 4a3986a
NOT operator not return internal error when args are not boolean valu…
guojidan 928162f
Minor: Add new Extended ClickBench benchmark queries (#8950)
alamb 80a42bf
Minor: Add comments to MSRV CI check to help if it fails (#8995)
alamb 7a0af5b
Minor: Document memory management design on MemoryPool (#8966)
alamb 5e9c9a1
Fix LEAD/LAG window functions when default value null (#8989)
comphead eb6d63f
Optimize MIN/MAX when relation is empty (#8940)
viirya b97daf7
[task #8203] Port tests in joins.rs to sqllogictest (#8996)
Tangruilin fa65c68
[task #8213]Port tests in select.rs to sqllogictest (#8967)
Tangruilin 6e4abf5
test: Port (last) `repartition.rs` query to sqllogictest (#8936)
simicd 4d02cc0
Update to sqlparser `0.42.0` (#9000)
alamb 8a4bad4
Add new test (#8992)
mustafasrepo bee7136
Make Topk aggregate tests deterministic (#8998)
mustafasrepo bd38142
Add support for Postgres LIKE operators (#8894)
gruuya 35c7b2c
bug: Datafusion doesn't respect case sensitive table references (#8964)
xhwhis 7005e2e
Document parallelism and thread scheduling in the architecture guide …
alamb ec6abec
Fix None Projections in Projection Pushdown (#9005)
berkaysynnada b3fe6aa
Lead and Lag window functions should support default value with data …
viirya c42bf48
chore: fix license badge in README (#9008)
suyanhanx d9cae58
rebase all execution and preceding recursive cte work
matthewgapp efed900
error if recursive ctes are nested
matthewgapp 38f847d
error if recursive cte is referenced multiple times within the recurs…
matthewgapp 6121248
wip
matthewgapp 80069f7
fix rebase
matthewgapp 812d64f
move testing files into main repo
matthewgapp 39ab371
update testing pin to main pin
matthewgapp d100913
tweaks
matthewgapp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
| [package] | ||
| name = "datafusion-benchmarks" | ||
| description = "DataFusion Benchmarks" | ||
| version = "34.0.0" | ||
| version = "35.0.0" | ||
| edition = { workspace = true } | ||
| authors = ["Apache Arrow <[email protected]>"] | ||
| homepage = "https://github.com/apache/arrow-datafusion" | ||
|
|
@@ -33,8 +33,8 @@ snmalloc = ["snmalloc-rs"] | |
|
|
||
| [dependencies] | ||
| arrow = { workspace = true } | ||
| datafusion = { path = "../datafusion/core", version = "34.0.0" } | ||
| datafusion-common = { path = "../datafusion/common", version = "34.0.0" } | ||
| datafusion = { path = "../datafusion/core", version = "35.0.0" } | ||
| datafusion-common = { path = "../datafusion/common", version = "35.0.0" } | ||
| env_logger = { workspace = true } | ||
| futures = { workspace = true } | ||
| log = { workspace = true } | ||
|
|
@@ -49,4 +49,4 @@ test-utils = { path = "../test-utils/", version = "0.1.0" } | |
| tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread", "parking_lot"] } | ||
|
|
||
| [dev-dependencies] | ||
| datafusion-proto = { path = "../datafusion/proto", version = "34.0.0" } | ||
| datafusion-proto = { path = "../datafusion/proto", version = "35.0.0" } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,3 @@ | ||
| SELECT COUNT(DISTINCT "SearchPhrase"), COUNT(DISTINCT "MobilePhone"), COUNT(DISTINCT "MobilePhoneModel") FROM hits; | ||
| SELECT COUNT(DISTINCT "SearchPhrase"), COUNT(DISTINCT "MobilePhone"), COUNT(DISTINCT "MobilePhoneModel") FROM hits; | ||
| SELECT COUNT(DISTINCT "HitColor"), COUNT(DISTINCT "BrowserCountry"), COUNT(DISTINCT "BrowserLanguage") FROM hits; | ||
| SELECT "BrowserCountry", COUNT(DISTINCT "SocialNetwork"), COUNT(DISTINCT "HitColor"), COUNT(DISTINCT "BrowserLanguage"), COUNT(DISTINCT "SocialAction") FROM hits GROUP BY 1 ORDER BY 2 DESC LIMIT 10; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a spelling error in 'anaylsis'; please correct it to 'analysis'.