datafusion-ballista icon indicating copy to clipboard operation
datafusion-ballista copied to clipboard

Apache Arrow Ballista Distributed Query Engine

Results 316 datafusion-ballista issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We cannot fix the shuffle mechanism until we have partition stats, or...

enhancement

**Describe the bug** I can't run the integration tests on an M1 MacBook Air. ``` apache/arrow-datafusion#6 2.909 musl-gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -fPIC -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC...

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Once https://github.com/apache/arrow-datafusion/pull/750 is merged, `UnresolvedShuffleExec` and `ShuffleReaderExec` work correctly but they both...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** When the Ballista scheduler or executor deserializes a ParquetExec it collects the...

enhancement

**Describe the bug** We have a hard-coded `distinct = false` parameter in `ballista/rust/core/src/serde/physical_plan/mod.rs`. ``` rust Ok(create_aggregate_expr( &aggr_function.into(), false, //

bug
good first issue

# Which issue does this PR close? Closes https://github.com/apache/arrow-ballista/issues/272 # Rationale for this change Trying to improve the user guide # What changes are included in this PR? - Spit...

documentation

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** When I run SQL benchmarks, I cannot tell from the UI which...

enhancement
good first issue

# Which issue does this PR close? N/A # Rationale for this change This is essential to comprehending how Ballista is executing a query. ![test](https://user-images.githubusercontent.com/934084/192155625-8d0b817c-6fc6-45d6-86ff-f2d2252fba71.png) # What changes are included...

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We have a very basic scheduler UI. This issue is for tracking...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would like to be able to download query plans in dot...

enhancement