datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
# Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/issues/3591 # Rationale for this change Our imports are very inconsistent and are not currently formatted by cargo fmt other than...
# Which issue does this PR close? Closes #3424. # Rationale for this change This change provides an easy way for datafusion cli users to register object stores. (inspiration from...
# Which issue does this PR close? Part of #3579. More context is available on this comment: https://github.com/apache/arrow-datafusion/issues/3579#issuecomment-1255596028 # Rationale for this change During sorting, when we receive a new...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We recently added optimizations for `ORDER BY expr LIMIT` by pushing limits...
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/3388 depend on https://github.com/apache/arrow-datafusion/issues/3421 https://github.com/apache/arrow-datafusion/issues/3289 https://github.com/apache/arrow-datafusion/pull/3459 https://github.com/apache/arrow-datafusion/pull/3472 fixed the row filter predication for the data type of `NULL` value https://github.com/apache/arrow-datafusion/pull/3470 # Rationale...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Our imports are very inconsistent and are not currently formatted by `cargo...
# Which issue does this PR close? Closes #3538 maybe. # Rationale for this change Fix docs.rs build. # What changes are included in this PR? Try to fix docs.rs,...
# Which issue does this PR close? Closes #3521. Closes #2259. # Rationale for this change Removes the decimal arithmetic and comparison kernels that were moved to arrow-rs. The other...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Describe the bug** `make_array()` will error if the types can not be coerced to a common type, as in postgres and spark **To Reproduce** Run this query (see `query_array_scalar_coerce` test...