Andy Grove

Results 438 issues of Andy Grove

**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...

documentation
enhancement
development-process

**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...

enhancement

**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...

documentation
enhancement

**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...

enhancement

**Describe the bug** I am working on a SQL query fuzzer (see [sqlfuzz](https://crates.io/crates/sqlfuzz) crate) and I think it just found a bug in DataFusion. The following SQL works fine in...

bug

**Describe the bug** Some functions are incorrectly declared as unary. - nullif (2 args) - now (zero args) **To Reproduce** N/A **Expected behavior** N/A **Additional context** None

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** DataFusions's prelude imports some but not all of the functions from `datafusion-expr`...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** New benchmark suite! https://github.com/ClickHouse/ClickBench/ **Describe the solution you'd like** Would be interesting...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** PR https://github.com/apache/arrow-datafusion/pull/2754 adds an extensible configuration mechanism based on key-value pairs. This...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We do not have tests involving `NaN` for `approx_median,` and the current...

enhancement