datafusion-ballista
datafusion-ballista copied to clipboard
Apache Arrow Ballista Distributed Query Engine
# 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...
# 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...
**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...
**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...
**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...
# 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...
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...