issues
search
apache
/
datafusion
Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k
stars
1.2k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: Ignore names of technical inner fields (of List and Map types) when comparing datatypes for logical equivalence
#13522
Blizzara
opened
2 hours ago
0
Minor: clean up error entries
#13521
comphead
opened
2 hours ago
0
chore: Create devcontainer.json
#13520
rluvaton
opened
3 hours ago
0
Add `SessionConfig` reference to `ScalarFunctionArgs`
#13519
alamb
opened
8 hours ago
5
refactor: use `std::slice::from_ref` to remove some clones
#13518
jonahgao
opened
8 hours ago
0
Reject CREATE TABLE/VIEW with duplicate column names
#13517
findepi
opened
9 hours ago
0
Perf: Allow User defined functions to potentially reuse their argument arrays (to avoid new allocations)
#13516
alamb
opened
9 hours ago
0
(Eventually) Deprecate `ScalarUDFImpl::invoke_batch` and move everything to `ScalarUDFImpl::invoke_with_args`
#13515
alamb
opened
10 hours ago
0
refactor: change some `hashbrown` `RawTable` uses to `HashTable`
#13514
crepererum
opened
14 hours ago
4
"recursive" Dependency Causes "section too large" Error When Compiling for wasm
#13513
berkaysynnada
opened
15 hours ago
0
Include license and notice files in published crates
#13512
ankane
closed
2 hours ago
1
Support within group syntax for existing aggregate functions
#13511
Garamda
opened
20 hours ago
1
Regression: `Invalid comparison operation: Utf8 == Utf8View` error during LEFT ANTI JOIN
#13510
sergiimk
opened
22 hours ago
0
Use // for unparsing DuckDB division operator
#13509
Sevenannn
opened
22 hours ago
0
Update arrow/parquet to arrow/parquet `53.3.0`
#13508
alamb
closed
18 hours ago
7
ScalarUDFImpl invoke improvements
#13507
alamb
opened
1 day ago
0
Minor: Add debug log message for creating GroupValuesRows
#13506
alamb
closed
18 hours ago
1
Implement GroupColumn Decimal128Array
#13505
alamb
opened
1 day ago
3
[Epic] A Collection of Additional UTF8View support tickets
#13504
alamb
opened
1 day ago
2
Nov 20. 2024: This week in DataFusion
#13503
alamb
opened
1 day ago
2
Fixed issue with md5 not support LargeUtf8 correctly
#13502
Omega359
closed
1 day ago
1
Datafusion Native llm.txt
#13501
ChristianCasazza
opened
1 day ago
3
Release Minor DataFusion 43.1.0 release
#13499
alamb
opened
1 day ago
4
Subquery check_internal_plan does not support LogicalPlan::Unnest
#13498
kosiew
opened
1 day ago
2
[bug]: Fix wrong order by removal from plan
#13497
akurmustafa
opened
1 day ago
0
feat: Wrap `TableScan` with `Filter` in Join Unparsing
#13496
jonathanc-n
opened
1 day ago
0
chore: try make Setup Rust CI step immune to network hang
#13495
findepi
closed
2 days ago
0
Flaky `Setup Rust toolchain` step: "Error: The operation was canceled."
#13494
findepi
closed
2 days ago
0
Unparse struct to sql
#13493
delamarch3
closed
10 hours ago
3
Datafusion downcasts decimal loosing precision
#13492
himadripal
opened
2 days ago
2
Add invoke fix tests
#13491
joseph-isaacs
opened
2 days ago
0
Remove redundant dead_code check suppressions
#13490
findepi
closed
2 days ago
0
Support duplicate column aliases in queries
#13489
findepi
opened
2 days ago
3
Fix DataFusionError use in schema_err macro
#13488
findepi
closed
1 day ago
1
CREATE TABLE succeeds when schema has duplicate names, resulting in a table that cannot be selected from
#13487
findepi
opened
2 days ago
1
`JOIN` should require `ON` condition
#13486
findepi
opened
2 days ago
2
Move `Pruning` into `physical-optimizer` crate
#13485
irenjj
closed
1 day ago
1
Remove `opt_filter` optional parameter in GroupsAccumulator:merge
#13484
alamb
opened
2 days ago
0
Order by is ignored
#13483
simonvandel
opened
2 days ago
2
`extract(second from dt)` should return seconds without fraction
#13482
findepi
opened
2 days ago
4
Simplify expressions swallows a cast expression
#13481
gruuya
opened
2 days ago
5
Update substrait requirement from 0.47 to 0.48
#13480
dependabot[bot]
closed
2 hours ago
0
MINOR: remove one duplicated inparam in TopK
#13479
waynexia
closed
2 days ago
0
Unparse Map plan to SQL string
#13478
goldmedal
opened
2 days ago
0
Unparse Struct plan to SQL string
#13477
goldmedal
closed
10 hours ago
1
Query fails when using `select *`, followed/prefixed with explicit projections
#13476
findepi
opened
3 days ago
0
Avoid pushdown of volatile functions to tablescan
#13475
theirix
opened
3 days ago
0
Clarify documentation about use of tokio tasks
#13474
alamb
closed
1 day ago
1
Rename / simplify `BuiltInWindowExpr` / `BuiltInWindowFunctionExpr`
#13473
alamb
opened
3 days ago
1
SortMergeJoin: Add RightAnti join support
#13472
comphead
opened
3 days ago
0
Next