datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
### Is your feature request related to a problem or challenge? Now that @devinjdangelo has added better support for user defined file formats (see https://github.com/apache/datafusion/pull/11060) We have an example of...
## Which issue does this PR close? Closes #10943 . - [x] Sliding window accumulator for min and max ## Rationale for this change ## What changes are included in...
### Is your feature request related to a problem or challenge? I would like to be able to cast a duration to a different timeunit. Current behavior: ``` DataFusion CLI...
### Describe the bug I just cloned datafusion and tried `cargo t` on my ubuntu desktop, to check things were working properly. It crashed. I restarted, and it seems datafusion...
### Is your feature request related to a problem or challenge? Currently, scalar UDF functions can not be "specialized" ```select SELECT * FROM t where my_matcher(t.column, '[a-z].*'); ``` What happens...
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Release notes Sourced from pyo3's releases. PyO3 0.21.2 This release contains some fixes to compile-time edge cases for the PyO3...
Wondering if DISTINCT supports all types, incl binary, complex, etc? if its not we should be mentioning it in the doc, and double check it returns a respective error instead...
### Describe the bug In our current implementation, the sub-expression within the short-circuited expression is always evaluated even when they don't need to be evaluated. We first evaluate all expressions...
### Is your feature request related to a problem or challenge? ScalarValue does not currently support Maps, see e.g. https://github.com/apache/datafusion/issues/8262#issuecomment-1852700799. https://github.com/apache/datafusion/issues/6485 is probably related as well, though I'm not 100%...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A common use case when working with time series data is to...