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

### Is your feature request related to a problem or challenge? @comphead brings up an excellent point here: https://github.com/apache/arrow-datafusion/pull/7441#issuecomment-1698341294 Basically many database systems allow some sort of access control such...

enhancement

### Describe the bug I see a lot of cases of using `tokio::spawn` without wrapping `JoinHandle`s correctly. So if we stop execution (e.g `tokio::select!`) - we can find some tasks...

bug

I have a parquet file in a directory called /resource/user inside the project directory. ``` --project root --resources --user --user1.parquet --user2.parquet --user3.parquet --main.rs ``` I use this directory as the...

## Which issue does this PR close? Closes #9261. ## Rationale for this change add a new function `nvl` ## What changes are included in this PR? ## Are these...

sqllogictest

### Describe the bug https://arrow.apache.org/datafusion/user-guide/cli.html the CLI cannot run ``` datafusion-cli -bash: datafusion-cli: command not found ``` ### To Reproduce pip install datafusion datafusion-cli ### Expected behavior the CLI runs...

bug

## Which issue does this PR close? Part of #9285 ## Rationale for this change ## What changes are included in this PR? Move math function `acos()` to the function...

logical-expr
physical-expr
optimizer

## Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/9278 ## Rationale for this change Add CI check to prevent circular dependencies from being introduced ## What changes are included in...

development-process
core

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

sql
logical-expr
physical-expr
optimizer
core
substrait

### Is your feature request related to a problem or challenge? While working on an example for serializing substrait plans (see https://github.com/apache/arrow-datafusion/pull/9260 PR), I found I could not write an...

documentation
enhancement
substrait

### Is your feature request related to a problem or challenge? As part of https://github.com/apache/arrow-datafusion/issues/9285 the to_timestamp* datetime functions should be migrated to the new datafusion-functions crate in the new...

enhancement