You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2023/01/18 17:48:32 UTC

[arrow-ballista] branch master updated (cbad55d7 -> b1713967)

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

agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


    from cbad55d7 Refactor executor main (#614)
     add b1713967 Refactor scheduler main (#615)

No new revisions were added by this update.

Summary of changes:
 ballista/scheduler/Cargo.toml               |   4 +
 ballista/scheduler/src/{ => bin}/main.rs    | 111 ++-----------------------
 ballista/scheduler/src/lib.rs               |   1 +
 ballista/scheduler/src/scheduler_process.rs | 122 ++++++++++++++++++++++++++++
 4 files changed, 132 insertions(+), 106 deletions(-)
 rename ballista/scheduler/src/{ => bin}/main.rs (60%)
 create mode 100644 ballista/scheduler/src/scheduler_process.rs