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 deac8775 Add list of jobs to scheduler UI (#241)
add 7fd4c4a0 Generate into source folder to make IDEs happy (#247)
No new revisions were added by this update.
Summary of changes:
ballista/rust/core/Cargo.toml | 3 +++
ballista/rust/core/build.rs | 23 +++++++++++++++++++++-
ballista/rust/core/src/client.rs | 2 +-
ballista/rust/core/src/serde/generated/.gitignore | 4 ++++
.../rust/core/src/serde/generated/mod.rs | 17 +++++++++-------
ballista/rust/core/src/serde/mod.rs | 11 +++++------
.../core/src/serde/physical_plan/from_proto.rs | 2 +-
.../rust/scheduler/src/scheduler_server/grpc.rs | 3 +--
8 files changed, 47 insertions(+), 18 deletions(-)
create mode 100644 ballista/rust/core/src/serde/generated/.gitignore
copy ballista-cli/src/lib.rs => ballista/rust/core/src/serde/generated/mod.rs
(76%)