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

# Which issue does this PR close? Closes #133. # Rationale for this change # What changes are included in this PR? Keyspace::QueuedJobs is removed. # Are there any user-facing...

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** To be an efficient distributed execution platform, there're still many aspects we...

enhancement

# Which issue does this PR close? Closes #131. # Rationale for this change # What changes are included in this PR? # Are there any user-facing changes?

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Since the event loop processing is in single thread, we should use...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A job with only its job id and without its plan is...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** For executor resources, like available task slots, available memory, previously for push-based...

enhancement

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** After introducing #59, the previous cache layer is almost ineffective, which will...

enhancement

# Which issue does this PR close? Closes #127 # Rationale for this change # What changes are included in this PR? New section in the dependabot.yml file to support...

development-process

Dependabot supports automatic version updates for github actions. arrow-ballista can benefit of this to keep up with github-actions improvements.

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Once we have released [DataFusion 8.0.0](https://github.com/apache/arrow-datafusion/issues/2392), I would like to release Ballista...

enhancement