Andrew Lamb

Results 287 issues of Andrew Lamb

*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11528 CREATE VIEW/multiple statement support: "The context currently only supports a single SQL statement" {{Error: NotImplemented("The context currently only supports a single SQL statement")}}

datafusion

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

enhancement

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

good first issue
help wanted
datafusion

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The CI system in arrow-datafusion largely dates to the time when it...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In a past project, we had a harness that could generate random...

enhancement

(Draft until I complete checklist below) # Which issue does this PR close? re https://github.com/apache/arrow-datafusion/issues/1474 # Rationale for this change This is part of my long term attempt to remove...

physical-expr

Draft as it builds on https://github.com/apache/arrow-datafusion/pull/2985 # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/2987 # Rationale for this change The duplication was confusing. However, I am not sure about...

core

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** While working on https://github.com/apache/arrow-datafusion/pull/2985 I noticed I had to repeat the `skip_metadata`...

enhancement
datafusion

*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11519 This is a tracking issue for supporting all of the TPC-H queries. Supporting all of the queries will add a number of features and...

datafusion

# Which issue does this PR close? N/A (at the moment) # Rationale for this change Inspired by @liukun4515 's PR here: https://github.com/apache/arrow-datafusion/pull/2809 I saw some macro use that could...

physical-expr