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? To create a table with fixed size list, we can only do it by casting ``` statement ok CREATE...

enhancement

### Describe the bug I'm testing performance of querying a number of Parquet files, where I can make some assumptions about the Parquet files. - Each Parquet file is already...

question

### Is your feature request related to a problem or challenge? The `EnforceDistribution` physical optimizer pass in DataFusion in some cases will introduce `InterleaveExec` to increase partitioning when data passes...

enhancement

Design document: https://docs.google.com/document/d/1M4mmV7KA1LSj-D-WJA338B4ydlm-8A8D5OPuDE5_SD4/edit This is a meta issue for improving cost calculations and cost-based optimizations in DataFusion. We already have some statistics collected (mainly from the table sources) and there...

enhancement

## Which issue does this PR close? Closes #9832. ## Rationale for this change Casted columns may lost their ordering. We need check the source and target datatypes to ensure...

physical-expr
core
sqllogictest

## Which issue does this PR close? Closes #3476 I've picked up here where @Ted-Jiang left off in #3477. I think that I've dealt with some of the [comments](https://github.com/apache/arrow-datafusion/pull/3477#discussion_r972045090). However,...

core
Stale

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/9637 As part of making the planner faster, we are updating the optimizer passes to avoid copying...

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/9637 As part of making the planner faster, we are updating the optimizer passes to avoid copying...

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/9637 As part of making the planner faster, we are updating the optimizer passes to avoid copying...

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/9637 As part of making the planner faster, we are updating the optimizer passes to avoid copying...