Sign in
apache
/
datafusion
/
HEAD
02c8247
fix: incorrect NATURAL/USING JOIN schema (#14102)
by Jonah Gao
· 7 hours ago
main
0a2f09f
Add a hint about normalization in error message (#14089) (#14113)
by Sergey Zhukov
· 11 hours ago
53dab46
distinguish none and empty projection (#14116)
by Xiangpeng Hao
· 11 hours ago
3f91a20
Move JoinSelection into datafusion-physical-optimizer crate (#14073) (#14085)
by Sergey Zhukov
· 14 hours ago
888df6a
clarify logic in nth_value window function (#14104)
by zjregee
· 16 hours ago
fda500a
Avoid Aliased Window Expr Enter Unreachable Code (#14109)
by Berkay Şahin
· 21 hours ago
722307f
feat: add support for `LogicalPlan::DML(...)` serde (#14079)
by Marko Milenković
· 32 hours ago
63b94c8
fix null date args in range (#14093)
by cht42
· 2 days ago
e8cac16
Update substrait requirement from 0.51 to 0.52 (#14107)
by Matthijs Brobbel
· 2 days ago
f9cc332
Minor: Add a link to RecordBatchStreamAdapter to `SendableRecordBatchStream` (#14084)
by Andrew Lamb
· 2 days ago
98e821c
Simplify the return type of `sql_select_to_rex()` (#14088)
by Jonah Gao
· 2 days ago
41863dd
fix set (#14081)
by Jay Zhan
· 3 days ago
54a5d3f
minor: Add link to example in catalog (#14062)
by Andrew Lamb
· 3 days ago
2e5c6b2
Improve performance of `find_in_set` function (#14020)
by Tai Le Manh
· 3 days ago
0a2c027
chore: deprecate `ValuesExec` in favour of `MemoryExec` (#14032)
by Jonathan Chen
· 3 days ago
167c11e
Add telemetry.sh to list of use cases (#14090)
by TheBuilderJR
· 3 days ago
226afc6
Add H2O.ai Database-like Ops benchmark to dfbench (groupby support) (#13996)
by Qi Zhu
· 3 days ago
17446ad
added "DEFAULT_CLI_FORMAT_OPTIONS" for cli and sqllogic test (#14052)
by Jagdish Parihar
· 4 days ago
d91a7c0
Add comments to physical optimizer tests (#14075)
by Andrew Lamb
· 4 days ago
f1671bb
Minor: Move `LimitPushdown` tests to be in the same file as the code (#14076)
by Andrew Lamb
· 4 days ago
b813513
Minor: Make `group_schema` as `PhysicalGroupBy` method (#14064)
by Jay Zhan
· 4 days ago
4b7281e
fix: make get_valid_types handle TypeSignature::Numeric correctly (#14060)
by niebayes
· 4 days ago
334d6ec
update (#14070)
by Berkay Şahin
· 5 days ago
90c5b16
Bump `wasm-bindgen` and `wasm-bindgen-futures` (#14068)
by Matthijs Brobbel
· 5 days ago
ec173ab
Refactor into `LexOrdering::collapse`, `LexRequirement::collapse` avoid clone (#14038)
by Andrew Lamb
· 5 days ago
918ac1b
Bump `ctor` to `0.2.9` (#14069)
by Matthijs Brobbel
· 5 days ago
295ffb4
test: Add plan execution during tests for bounded source (#14013)
by Aleksey Kirilishin
· 5 days ago
268df42
fix: incorrect error message of function_length_check (#14056)
by niebayes
· 5 days ago
300c2af
Fix clippy for Rust 1.84 (#14065)
by Jonah Gao
· 5 days ago
bf28e9b
Re-export TypeSignatureClass from the datafusion-expr package (#14051)
by niebayes
· 5 days ago
e113ec1
fix (#14042)
by cht42
· 5 days ago
40f1ddd
docs(ci): use up-to-date protoc with docs.rs (#14048)
by Wendell Smith
· 5 days ago
f9d3133
Improve perfomance of `reverse` function (#14025)
by Tai Le Manh
· 5 days ago
80c828b
Custom scalar to sql overrides support for DuckDB Unparser dialect (#13915)
by Sergei Grebnov
· 5 days ago
f379719
feat: add `AsyncCatalogProvider` helpers for asynchronous catalogs (#13800)
by Weston Pace
· 5 days ago
ac9584e
Simplify error handling in case.rs (#13990) (#14033)
by Sergey Zhukov
· 5 days ago
61afb0d
Minor: Document output schema of LogicalPlan::Aggregate and LogicalPlan::Window (#14047)
by Andrew Lamb
· 6 days ago
5955860
Unparsing optimized (> 2 inputs) unions (#14031)
by Mohamed Abdeen
· 6 days ago
ad5a04f
feat(optimizer): Enable filter pushdown on window functions (#14026)
by nuno-faria
· 6 days ago
da4208b
Fix: ensure that compression type is also taken into consideration during ListingTableConfig infer_options (#14021)
by Tim Van Wassenhove
· 6 days ago
c7e8858
Encapsulate fields of `OrderingEquivalenceClass` (make field non pub) (#14037)
by Andrew Lamb
· 6 days ago
7af6aa9
Update petgraph requirement from 0.6.2 to 0.7.1 (#14045)
by dependabot[bot]
· 6 days ago
05b6f93
Fix error on `array_distinct` when input is empty #13810 (#14034)
by cht42
· 6 days ago
b0bd899
Encapsulate fields of `EquivalenceGroup` (#14039)
by Andrew Lamb
· 7 days ago
3887087
Encapsulate fields of `EquivalenceProperties` (#14040)
by Andrew Lamb
· 7 days ago
81b50c4
Use partial aggregation schema for spilling to avoid column mismatch in GroupedHashAggregateStream (#13995)
by kosiew
· 7 days ago
b5fe4a9
Added references to IDE documentation for dev containers along with a small note about why one may choose to do development using a dev container. (#14014)
by Bruce Ritchie
· 7 days ago
f31ca5b
Minor: Remove redundant implementation of `StringArrayType` (#14023)
by Tai Le Manh
· 8 days ago
4e877a0
refactor: make structs public and implement Default trait (#14030)
by Dharan Aditya
· 8 days ago
b2f8e94
Minor: Improve zero partition check when inserting into `MemTable` (#14024)
by Jonah Gao
· 8 days ago
775c9a5
`url` dependancy update (#14019)
by Vadim Piven
· 9 days ago
7f1bad9
Update sqllogictest requirement from =0.24.0 to =0.26.0 (#14017)
by dependabot[bot]
· 9 days ago
cad39e0
[Minor] refactor: make ArraySort public for broader access (#14006)
by Dharan Aditya
· 9 days ago
c2e4747
Use workspace rust-version for all workspace crates (#14009)
by Jeffrey Vo
· 9 days ago
2848aaf
Chore: update wasm-supported crates, add tests (#14005)
by Lordworms
· 9 days ago
de6d511
Minor: Rewrite LogicalPlan::max_rows for Join and Union, made it easier to understand (#14012)
by Eugene Marushchenko
· 9 days ago
487b952
Return error message during planning when inserting into a MemTable with zero partitions. (#14011)
by Tobias Schwarzinger
· 9 days ago
3f4297f
feat: preserve session id when using cxt.enable_url_table() (#14004)
by Marko Milenković
· 9 days ago
69687da
feat: support `RightAnti` for `SortMergeJoin` (#13680)
by irenjj
· 9 days ago
42dce6e
fix: Avoid re-wrapping planning errors Err(DataFusionError::Plan) for use in plan_datafusion_err (#14000)
by Aleksey Kirilishin
· 9 days ago
4c898b4
feat(substrait): modular substrait producer (#13931)
by Victor Barua
· 9 days ago
ecd9f36
FIX : Incorrect NULL handling in BETWEEN expression (#14007)
by Namgung Chan
· 9 days ago
78ee13a
Consolidate csv_opener.rs and json_opener.rs into a single example (#… (#13981)
by Sergey Zhukov
· 10 days ago
b8b0c55
feat(substrait): introduce consume_rel and consume_expression (#13963)
by Victor Barua
· 11 days ago
0f4b8b1
Optimize CASE expression for "expr or expr" usage. (#13953)
by Andre Weltsch
· 11 days ago
39a69f5
Update docs (#14002)
by Matthew Turner
· 11 days ago
98cb948
Improve deserialize_to_struct example (#13958)
by Andrew Lamb
· 11 days ago
ab1de2c
Enhance LastValueAccumulator logic and add SQL logic tests for last_value function (#13980)
by Jay Zhan
· 11 days ago
33437f7
Update release README for datafusion-cli publishing (#13982)
by Andrew Lamb
· 11 days ago
66e4d00
Update substrait requirement from 0.50 to 0.51 (#13978)
by dependabot[bot]
· 12 days ago
e59045d
doc-gen: migrate scalar functions (string) documentation 2/4 (#13925)
by Ian Lai
· 12 days ago
fe14e77
Change trigger, rename `hash_collision.yml` to `extended.yml` and add comments (#13988)
by Andrew Lamb
· 12 days ago
63265fd
Update itertools requirement from 0.13 to 0.14 (#13965)
by dependabot[bot]
· 12 days ago
264f4c5
Move hash collision test to run only when merging to main. (#13973)
by Bruce Ritchie
· 12 days ago
63c4d1b
Update rstest requirement from 0.23.0 to 0.24.0 (#13977)
by dependabot[bot]
· 12 days ago
858c020
Extract postgres container from sqllogictest, update datafusion-testing pin (#13971)
by Bruce Ritchie
· 12 days ago
8fc26c2
Include license and notice files in more crates (#13985)
by Andrew Kane
· 12 days ago
f1af933
Add datafusion python 43.1.0 blog post to doc. (#13974)
by Bruce Ritchie
· 12 days ago
032d722
Update release instructions for 44.0.0 (#13959)
by Andrew Lamb
· 12 days ago
04f56bd
fix(datafusion-functions-nested): `arrow-distinct` now work with null rows (#13966)
by Raz Luvaton
· 12 days ago
38ccb00
Add swap_inputs to SMJ (#13984)
by Mehmet Ozan Kabak
· 13 days ago
846adf3
Parallelize pruning utf8 fuzz test (#13947)
by Andrew Lamb
· 13 days ago
259443d
Minor: consolidate ConfigExtension example into API docs (#13954)
by Andrew Lamb
· 13 days ago
ab9ff56
chore: Create devcontainer.json (#13520)
by Raz Luvaton
· 14 days ago
b54e648
Supporting writing schema metadata when writing Parquet in parallel (#13866)
by wiedld
· 14 days ago
aafec07
Add sqlite test files, progress bar, and automatic postgres container management into sqllogictests (#13936)
by Bruce Ritchie
· 14 days ago
9eca7d1
doc-gen: migrate scalar functions (datetime) documentation 2/2 (#13921)
by Ian Lai
· 2 weeks ago
9d39358
migrate btrim to user_doc macro (#13952)
by delamarch3
· 2 weeks ago
2b15ad1
consolidate dataframe_subquery.rs into dataframe.rs (#13950)
by zjregee
· 2 weeks ago
9b5995f
doc-gen: migrate scalar functions (string) documentation 1/4 (#13924)
by Ian Lai
· 2 weeks ago
fb1d4bc
Implement predicate pruning for `like` expressions (prefix matching) (#12978)
by Adrian Garcia Badaracco
· 2 weeks ago
3ea1b6a
Revert "Update sqllogictest requirement from 0.24.0 to 0.25.0 (#13917)" (#13945)
by Andrew Lamb
· 2 weeks ago
0cd0bbe
Consolidate example to_date.rs into dateframe.rs (#13939)
by Andrew Lamb
· 2 weeks ago
4d07579
Support explain query when running dfbench with clickbench (#13942)
by Qi Zhu
· 2 weeks ago
ab69bb0
doc-gen: migrate scalar functions (string) documentation 4/4 (#13927)
by Ian Lai
· 2 weeks ago
383f279
doc-gen: migrate scalar functions (array) documentation 2/3 (#13929)
by Ian Lai
· 2 weeks ago
2b4e200
doc-gen: migrate scalar functions (array) documentation 3/3 (#13930)
by Ian Lai
· 2 weeks ago
fce3fb3
doc-gen: migrate scalar functions (math) documentation 2/2 (#13923)
by Ian Lai
· 2 weeks ago
4290f36
doc-gen: migrate scalar functions (math) documentation 1/2 (#13922)
by Ian Lai
· 2 weeks ago
6a92870
doc-gen: migrate scalar functions (array) documentation 1/3 (#13928)
by Ian Lai
· 2 weeks ago
Next »