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.** In current code, each poll work request will scan all waiting task...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We need to check whether the states saved in the sled is...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Let's say we've an organization that deploys ballista cluster to which multiple...

enhancement

**Describe the bug** Start ballista ui with docker, but it can not found ballista scheduler **To Reproduce** Steps to reproduce the behavior: I clone the core from master branch. And...

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We are seeing PRs merged that cause regressions in Ballista because we...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** PR https://github.com/apache/arrow-datafusion/pull/320 implemented hash partitioned aggregation in DataFusion. We should implement the...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I have a Ballista cluster running, and each scheduler and executor has...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As mentioned in https://github.com/apache/arrow-datafusion/pull/543#discussion_r650883972 we could optimize for the case where there...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** By default, DataFusion uses hash-partitioned joins if concurrency > 1 which led...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** There is currently no way to specify configuration parameters such as default...

enhancement