This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-cm-for-loop
in repository https://gitbox.apache.org/repos/asf/texera.git
from 4b28412223 fix fmt
add a0a6008906 chore: Re-enable R support flags in Docker/CI and ensure
LargeBinary works on Kubernetes (#4168)
add ece433c054 feat: Enable Multiple Input Ports on R UDF operators (#4174)
add 850fd85176 feat: introduce materialized execution mode (#4158)
new 7e6a347179 Merge branch 'main' into xinyuan-cm-for-loop
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build-and-push-images.yml | 13 +
.../scheduling/CostBasedScheduleGenerator.scala | 36 ++-
.../apache/texera/workflow/WorkflowCompiler.scala | 5 +-
.../CostBasedScheduleGeneratorSpec.scala | 311 ++++++++++++++++++++-
.../amber/engine/e2e/DataProcessingSpec.scala | 145 +++++++++-
bin/computing-unit-master.dockerfile | 53 +++-
bin/computing-unit-worker.dockerfile | 58 +++-
bin/k8s/templates/external-names.yaml | 8 +
...workflow-computing-unit-manager-deployment.yaml | 13 +
common/config/src/main/resources/gui.conf | 5 +-
.../scala/org/apache/texera/config/GuiConfig.scala | 2 +
.../texera/amber/core/workflow/ExecutionMode.java | 10 +-
.../amber/core/workflow/WorkflowContext.scala | 4 +-
.../amber/core/workflow/WorkflowSettings.scala | 6 +-
.../texera/amber/operator/udf/r/RUDFOpDesc.scala | 4 +-
.../resource/ComputingUnitManagingResource.scala | 5 +
.../texera/service/resource/ConfigResource.scala | 1 +
frontend/src/app/app.module.ts | 2 +
.../app/common/service/gui-config.service.mock.ts | 2 +
frontend/src/app/common/type/gui-config.ts | 2 +
frontend/src/app/common/type/workflow.ts | 6 +
.../component/user-dashboard-test-fixtures.ts | 4 +-
.../user/user-workflow/user-workflow.component.ts | 7 +-
.../left-panel/settings/settings.component.html | 17 +-
.../left-panel/settings/settings.component.scss | 4 -
.../left-panel/settings/settings.component.ts | 64 +++--
.../model/workflow-action.service.ts | 7 +-
27 files changed, 735 insertions(+), 59 deletions(-)
copy amber/src/main/scala/org/apache/texera/web/TexeraWebConfiguration.java =>
common/workflow-core/src/main/scala/org/apache/texera/amber/core/workflow/ExecutionMode.java
(80%)