datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
### 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...
### 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...
DataFusion to run SQL queries on Parquet files with error No suitable object store found for file
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...
### 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...
## 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...
## 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...
## 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...
### 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...
### 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...