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

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...

enhancement

**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...

enhancement

**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...

enhancement
help wanted
python

**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`...

enhancement

[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...

enhancement

**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 ----...

bug
help wanted

**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...

enhancement

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...

enhancement
help wanted

**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...

enhancement

**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...

enhancement