Skip to content

Commit

Permalink
remove plugin subsystem ... (#1070)
Browse files Browse the repository at this point in the history
... as it was never finished
  • Loading branch information
milenkovicm authored Oct 11, 2024
1 parent 0c773ef commit bb5388b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 432 deletions.
1 change: 0 additions & 1 deletion ballista/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ futures = "0.3"
hashbrown = "0.14"

itertools = "0.12"
libloading = "0.8.0"
log = "0.4"
md-5 = { version = "^0.10.0" }
object_store = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions ballista/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ pub mod error;
pub mod event_loop;
pub mod execution_plans;
pub mod object_store_registry;
/// some plugins
pub mod plugin;
pub mod utils;

#[macro_use]
Expand Down
128 changes: 0 additions & 128 deletions ballista/core/src/plugin/mod.rs

This file was deleted.

150 changes: 0 additions & 150 deletions ballista/core/src/plugin/plugin_manager.rs

This file was deleted.

Loading

0 comments on commit bb5388b

Please sign in to comment.