datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Apache DataFusion SQL Query Engine

Results 1065 datafusion issues
Sort by recently updated
recently updated
newest added

### Describe the bug https://github.com/apache/datafusion/blob/4bd7c137e0e205140e273a7c25824c94b457c660/datafusion/core/src/datasource/listing_table_factory.rs#L67-L73 These lines of `ListingTableFactory.create()` overwrites the config options by cmd (CreateExternalTable options). Configs coming from `OPTIONS('format...` are discarded silently. ### To Reproduce ``` statement ok...

bug

### Is your feature request related to a problem or challenge? DataFusion PMC, I'm writing on behalf of ASF M&P about Apache DataFusion's graduation to TLP. We typically announce project...

enhancement

### Is your feature request related to a problem or challenge? Per https://whimsy.apache.org/roster/committee/datafusion the DataFusion ASF board report schedule is March, June, September, December ### Describe the solution you'd like...

enhancement

# Which issue does this PR close? - Closes #6531 # Rationale for this change add `greatest(T,..)` and `least(T,..)` variadic functions as per SQL 2023. # What changes are included...

logical-expr
physical-expr
core
Stale

I think it is possible to take `Vec` like what functions-array macro does ```rust ($UDF:ty, $EXPR_FN:ident, $DOC:expr , $SCALAR_UDF_FN:ident) => { paste::paste! { // "fluent expr_fn" style function #[doc =...

### Is your feature request related to a problem or challenge? For many of the same reasons as listed on https://github.com/apache/arrow-datafusion/issues/8045, having two types of aggregate functions ("built in" --...

enhancement

# Which issue does this PR close? Closes #5407. # Rationale for this change # What changes are included in this PR? # Are these changes tested? # Are there...

optimizer
Stale

# Which issue does this PR close? Closes #6518. # Rationale for this change This change provides an example on how to replace a ScalarUDF node with a user defined...

Stale

# Which issue does this PR close? Closes #6934 # Rationale for this change The rationale for this change is to add a debug dump of the MemoryManager to help...

Stale

### Is your feature request related to a problem or challenge? Hi all I was going through SMJ implementation and suddenly stepped on the comments ``` // Sort-Merge join support...

enhancement