This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-state-materialization
in repository https://gitbox.apache.org/repos/asf/texera.git
from 58b1248615 Merge branch 'main' into xinyuan-state-materialization
add 0bfbf616d9 feat(engine): add jump-to-operator support (#4444)
add 592e6a3030 chore: trim issue templates (#4656)
add 5c7dac80cf fix(ci): label root scala build files and .asf.yaml so the
right stacks run (#4654)
add d3d17b0b0d chore(asf): require conversation resolution before merge
(#4660)
add 69f3aea33a fix(ci): generate the coverage files Codecov uploads expect
(#4649)
add 32c7d84c76 Merge branch 'main' into xinyuan-state-materialization
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
.github/ISSUE_TEMPLATE/bug-template.yaml | 10 +-
.github/ISSUE_TEMPLATE/feature-template.yaml | 14 --
.github/ISSUE_TEMPLATE/task-template.yaml | 19 +--
.github/labeler.yml | 9 +-
.../engine/architecture/rpc/controlcommands.proto | 7 +-
.../architecture/rpc/controllerservice.proto | 3 +-
.../amber/engine/architecture/rpc/__init__.py | 43 +++++
.../architecture/controller/Controller.scala | 1 +
.../ControllerAsyncRPCHandlerInitializer.scala | 1 +
.../controller/ControllerProcessor.scala | 1 -
...ler.scala => JumpToOperatorRegionHandler.scala} | 21 ++-
.../engine/architecture/scheduling/Schedule.scala | 12 +-
.../scheduling/WorkflowExecutionCoordinator.scala | 5 +-
.../WorkflowExecutionCoordinatorSpec.scala | 180 ++++++++++++++++++++-
build.sbt | 15 +-
frontend/karma.conf.js | 7 +-
17 files changed, 292 insertions(+), 57 deletions(-)
copy
amber/src/main/scala/org/apache/texera/amber/engine/architecture/controller/promisehandlers/{ConsoleMessageHandler.scala
=> JumpToOperatorRegionHandler.scala} (71%)