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? I had some discussions with @alamb about supporting a dynamic file data source (`select ... from 'select .. from...

enhancement

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/10918 where we are integrating `StringView` into DataFusion, initially targeting making ClickBench queries faster In the ClickBench...

enhancement

### Is your feature request related to a problem or challenge? Similar to other issues in #8708 Remember to include test in `roundtrip_expr_api` ### Describe the solution you'd like _No...

enhancement

### Describe the bug See PR ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_

bug

### Describe the bug While investigating #10709, I tried using datafusion CLI to require parquet files to a better size. But I got a panic: ``` thread 'tokio-runtime-worker' panicked at...

bug

### Is your feature request related to a problem or challenge? I noticed an awesome SQL fuzzing framework [SQLancer](https://github.com/sqlancer/sqlancer/tree/main) can be implemented on DataFusion, and it is able to detect...

enhancement

## Which issue does this PR close? Part of #2326 ## Rationale for this change Extending support for union types to primitive operations. ## What changes are included in this...

common

### Is your feature request related to a problem or challenge? I'm trying to implement Iceberg (Materialized) Views with Datafusion. For the 'CREATE VIEW' statement I require additional information about...

enhancement

## Which issue does this PR close? Closes #. ## Rationale for this change SortExec (with or w/out fetch) can work without an actual sort if the existing input order...

physical-expr