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

### Is your feature request related to a problem or challenge? - Part of https://github.com/apache/datafusion/issues/14836 ### Describe the solution you'd like Let's tell the world what we have been doing...

enhancement

### Describe the bug When upgrading to Datafusion 48 our continous benchmarking infra detected a 25x regression in Q6 and 10x in Q0 of Clickbench. This query was previously answered...

bug

## Which issue does this PR close? - Closes #6518. ## Rationale for this change I have been working with @alamb to implement the functional for the async UDF. -...

documentation
logical-expr
physical-expr
optimizer
core
sqllogictest
physical-plan

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

common

## Which issue does this PR close? - Closes #13009 ## Rationale for this change Implements a regex SQL standard function in datafusion ## What changes are included in this...

documentation
sqllogictest
functions

### Is your feature request related to a problem or challenge? If we want to make DataFusion the engine of choice for fast OLAP processing, eventually we will need to...

enhancement

## Which issue does this PR close? part of #16364 ## Rationale for this change see issue ## What changes are included in this PR? 1. Limit intermediate_batch Size During...

physical-plan

### Is your feature request related to a problem or challenge? Related to #15512 I think this is a first step towards HashJoinExec pushdown. I think we should model that...

enhancement

### Is your feature request related to a problem or challenge? This should work ```diff $ git diff datafusion/sqllogictest/test_files/array.slt diff --git datafusion/sqllogictest/test_files/array.slt datafusion/sqllogictest/test_files/array.slt index a2640fa98..0e5644a89 100644 --- datafusion/sqllogictest/test_files/array.slt +++ datafusion/sqllogictest/test_files/array.slt...

enhancement

https://github.com/apache/datafusion/pull/16014#issuecomment-2977125894

physical-expr
datasource