This is an automated email from the ASF dual-hosted git repository.

dheres pushed a commit to branch pub_task_manager_mod
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/pub_task_manager_mod by this 
push:
     new ef71adef Make task_manager pub
ef71adef is described below

commit ef71adef8a216d1f84f53141bd10475c5e149fa1
Author: DaniĆ«l Heres <[email protected]>
AuthorDate: Thu Mar 2 14:39:18 2023 +0100

    Make task_manager pub
---
 ballista/scheduler/src/state/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ballista/scheduler/src/state/mod.rs 
b/ballista/scheduler/src/state/mod.rs
index 0671fdbe..941b69b7 100644
--- a/ballista/scheduler/src/state/mod.rs
+++ b/ballista/scheduler/src/state/mod.rs
@@ -49,7 +49,7 @@ pub mod execution_graph_dot;
 pub mod executor_manager;
 pub mod session_manager;
 pub mod session_registry;
-pub(crate) mod task_manager;
+pub mod task_manager;
 
 pub fn decode_protobuf<T: Message + Default>(bytes: &[u8]) -> Result<T> {
     T::decode(bytes).map_err(|e| {

Reply via email to