Skip to content

Commit

Permalink
Remove cache functionality (#1076)
Browse files Browse the repository at this point in the history
As it may be useful I'd argue that it should not be
part of core ballista. We see in the community
caches build on top of object_store.

If functionality like this is needed it should be
implemented as scheduler-policy or similar.

Relates to: #1066 & #1067
  • Loading branch information
milenkovicm authored Oct 12, 2024
1 parent f073367 commit 99c9e11
Show file tree
Hide file tree
Showing 38 changed files with 29 additions and 3,573 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[workspace]
exclude = ["python"]
members = ["ballista-cli", "ballista/cache", "ballista/client", "ballista/core", "ballista/executor", "ballista/scheduler", "benchmarks", "examples"]
members = ["ballista-cli", "ballista/client", "ballista/core", "ballista/executor", "ballista/scheduler", "benchmarks", "examples"]
resolver = "2"

[workspace.dependencies]
Expand Down
38 changes: 0 additions & 38 deletions ballista/cache/Cargo.toml

This file was deleted.

22 changes: 0 additions & 22 deletions ballista/cache/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions ballista/cache/src/backend/mod.rs

This file was deleted.

Loading

0 comments on commit 99c9e11

Please sign in to comment.