Skip to content

Commit

Permalink
Merge branch 'master' into yunyad-remove-redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyad authored Jan 6, 2025
2 parents 90671a0 + 19644b4 commit 4fe5da6
Show file tree
Hide file tree
Showing 220 changed files with 3,306 additions and 3,327 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
core:
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-22.04 ]
java-version: [ 11 ]
runs-on: ${{ matrix.os }}
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package edu.uci.ics.amber.engine.architecture.rpc;

import "edu/uci/ics/amber/core/virtualidentity.proto";
import "edu/uci/ics/amber/core/workflow.proto";
import "edu/uci/ics/amber/core/executor.proto";
import "edu/uci/ics/amber/engine/architecture/worker/statistics.proto";
import "edu/uci/ics/amber/engine/architecture/sendsemantics/partitionings.proto";
import "scalapb/scalapb.proto";
Expand Down Expand Up @@ -235,9 +236,8 @@ message FinalizeCheckpointRequest {

message InitializeExecutorRequest {
int32 totalWorkerCount = 1;
google.protobuf.Any opExecInitInfo = 2 [(scalapb.field).no_box = true];
core.OpExecInitInfo opExecInitInfo = 2;
bool isSource = 3;
string language = 4;
}

message UpdateExecutorRequest {
Expand Down
363 changes: 0 additions & 363 deletions core/amber/src/main/protobuf/scalapb/scalapb.proto

This file was deleted.

Loading

0 comments on commit 4fe5da6

Please sign in to comment.