Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove python crate
Browse files Browse the repository at this point in the history
relates to: #1066 & #1067
milenkovicm committed Oct 12, 2024
1 parent 2f223db commit 738d4ce
Showing 18 changed files with 2 additions and 1,086 deletions.
7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ This section describes how you can get started with Ballista development.
Ballista contains components implemented in the following programming languages:

- Rust (Scheduler and Executor processes, Client library)
- Python (Python bindings)
- Javascript (Scheduler Web UI)

### Rust Environment
@@ -91,10 +90,6 @@ Environment variables are prefixed by `BALLISTA_EXECUTOR` or `BALLISTA_SCHEDULER
respectively. Hyphens in command line arguments become underscores. For example, the `--scheduler-host` argument
for the executor becomes `BALLISTA_EXECUTOR_SCHEDULER_HOST`

### Python Environment

Refer to the instructions in the Python Bindings [README](./python/README.md)

### Javascript Environment

Refer to the instructions in the Scheduler Web UI [README](./ballista/scheduler/ui/README.md)
@@ -121,5 +116,5 @@ $ prettier --version
After you've confirmed your prettier version, you can format all the `.md` files:

```bash
prettier -w README.md {ballista,ballista-cli,benchmarks,dev,docs,examples,python}/**/*.md
prettier -w README.md {ballista,ballista-cli,benchmarks,dev,docs,examples}/**/*.md
```
2 changes: 1 addition & 1 deletion ballista-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ clap = { workspace = true }
datafusion = { workspace = true }
datafusion-cli = { workspace = true }
dirs = "5.0.1"
env_logger = "0.10"
env_logger = "0.11"
mimalloc = { version = "0.1", default-features = false }
num_cpus = "1.13.0"
rustyline = "11.0.0"
138 changes: 0 additions & 138 deletions docs/source/user-guide/python.md

This file was deleted.

11 changes: 0 additions & 11 deletions python/.cargo/config.toml

This file was deleted.

2 changes: 0 additions & 2 deletions python/.gitignore

This file was deleted.

48 changes: 0 additions & 48 deletions python/Cargo.toml

This file was deleted.

202 changes: 0 additions & 202 deletions python/LICENSE.txt

This file was deleted.

71 changes: 0 additions & 71 deletions python/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions python/pyballista/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions python/pyballista/tests/__init__.py

This file was deleted.

77 changes: 0 additions & 77 deletions python/pyballista/tests/test_context.py

This file was deleted.

64 changes: 0 additions & 64 deletions python/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions python/requirements.txt

This file was deleted.

353 changes: 0 additions & 353 deletions python/src/context.rs

This file was deleted.

32 changes: 0 additions & 32 deletions python/src/lib.rs

This file was deleted.

24 changes: 0 additions & 24 deletions python/src/utils.rs

This file was deleted.

2 changes: 0 additions & 2 deletions python/testdata/test.csv

This file was deleted.

Binary file removed python/testdata/test.parquet
Binary file not shown.

0 comments on commit 738d4ce

Please sign in to comment.