datafusion-ballista
datafusion-ballista copied to clipboard
Apache Arrow Ballista Distributed Query Engine
It's better to add a GitHub workflow to build the image and publish it to the package. So that the users can use the image directly and not need to...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** [Jupyter notebooks](https://jupyter.org/) are a popular tool for interacting with data science and...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We have Python bindings for DataFusion's ExecutionContext. It would be good to...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This repo contains an out-of-date copy of the `datafusion.proto` from the `arrow-datafusion`...
[EDIT: Updated this on 2/25/23] **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The substrait standard is gaining adoption and...
Ballista standalone mode tests fail: `context::tests::test_task_stuck_when_referenced_task_failed`
**Describe the bug** The following ballista test is failing (not sure when it started failing given the tests weren't run in CI until apache/arrow-datafusion#1839 ) ``` ---- context::tests::test_task_stuck_when_referenced_task_failed stdout ----...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We need to improve the README **Describe the solution you'd like** The...
I added the s3 (minio_store) module in datafusion/src/datasource/object_store, and registered the minio_store in benchmarks/tpch.rs through the register_object_store() method of ExecutionContext. But when I start the Scheduler and Executor, and then...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Current Ballista implementation is more like a POC product for verification of...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** After introducing the object store API, to support to access remote object...