datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** It will soon be time for the next release. I plan on...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** dataufusion v10.0.0's applies local time zone (i'm in UTC+8) ```bash ❯ select...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We are currently manually maintaining the user guide. In the same way...
# Which issue does this PR close? Closes #2709. # Rationale for this change Current branch `arrow2` is still using arrow2 version `v0.10` and falls far behind the latest version...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Follow-on issue to address feedback in https://github.com/apache/arrow-datafusion/pull/3009 In particular: - Run some...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The docs at file:///home/andy/git/apache/arrow-datafusion/docs/build/html/user-guide/sql/select.html do not show that we support CTEs and...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We have various benchmarks in datafusion for example *Targeted SQL* in https://github.com/apache/arrow-datafusion/blob/master/datafusion/core/benches/sql_planner.rs...
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-9551 We should implement criterion microbenchmarks for each operator so that we can test the impact of code changes on performance and catch regressions.
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The CLI `Cargo.lock` is nearly always out of date because the CLI...