datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Apache DataFusion SQL Query Engine

Results 1065 datafusion issues
Sort by recently updated
recently updated
newest added

## Which issue does this PR close? Close #12518 Also, we need to wait for next `sqlparser` release, so this PR is expected to be draft for a while. ##...

sql
core

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/12740 All functions in DataFusion should be documented on the documentation site https://datafusion.apache.org/user-guide/sql/index.html Right now, we rely...

enhancement

### Describe the bug Actual memory consumption remains high even if the memory limit is specified ### To Reproduce Compile and run datafusion-cli with: ```sh # /usr/bin/time to measure actual...

bug

### Describe the bug You can trivial cause datafusion to use any amount of memory by simply running ```sql select generate_series(9876543210); ``` Memory management functionality, e.g. [`MemoryPool`](https://docs.rs/datafusion/latest/datafusion/execution/memory_pool/trait.MemoryPool.html) does't seem to...

bug

### Is your feature request related to a problem or challenge? I am mostly writing this up to record what I think is an ongoing work with @jayzhan211 @Rachelint @korowa...

enhancement

### Is your feature request related to a problem or challenge? DataFusion: v41.0.0 I want to be able to write the following query as a prepared statement: ```sql PREPARE get_N_rand_ints_from_last_run(INT)...

enhancement
help wanted

## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/9562 If the community thinks this PR is reasonable, I will continue the work: - [ ] 1. Eliminate redundant code -...

core

## Which issue does this PR close? Closes #11885 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...

core
Stale

## Which issue does this PR close? Closes #12694 ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...

documentation
sql
logical-expr
physical-expr
core
sqllogictest
common
proto
functions

### Describe the bug As title, I would like to store null value in the csv table but couldn't. ### To Reproduce Write a csv file to `datafusion/core/tests/data/data.csv` with ```csv...

bug