This is an automated email from the ASF dual-hosted git repository.
kunwp1 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from a54518cbf2 fix: unify DeployStrategy empty-array errors to
NoSuchElementException (#5029)
add 13c4836586 feat: Add Python Virtual Environment Support: Execute
Python UDFs Inside PVEs (#5069)
No new revisions were added by this update.
Summary of changes:
.../pythonworker/PythonWorkflowWorker.scala | 22 ++++++-
.../scheduling/ScheduleGenerator.scala | 3 +-
.../scheduling/config/WorkerConfig.scala | 13 +++-
.../resourcePolicies/ResourceAllocator.scala | 5 +-
.../pythonvirtualenvironment/PveManager.scala | 15 +++++
.../pythonvirtualenvironment/PveResource.scala | 13 +++-
.../texera/web/service/WorkflowService.scala | 2 +-
.../pythonvirtualenvironment/PveResourceSpec.scala | 24 +++++++
.../texera/amber/core/workflow/PhysicalOp.scala | 8 ++-
.../amber/core/workflow/WorkflowContext.scala | 3 +-
.../python/DualInputPortsPythonUDFOpDescV2.scala | 25 ++++++++
.../operator/udf/python/PythonUDFOpDescV2.scala | 24 +++++++
.../python/source/PythonUDFSourceOpDescV2.scala | 25 ++++++++
.../operator-property-edit-frame.component.ts | 73 +++++++++++++++++++++-
14 files changed, 239 insertions(+), 16 deletions(-)