This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch xinyuan-source-port
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xinyuan-source-port by this
push:
new 10daccfd8c update
10daccfd8c is described below
commit 10daccfd8c824b576264fe88a119fb4e7576c188
Author: Xinyuan Lin <[email protected]>
AuthorDate: Mon Apr 6 13:30:09 2026 -0700
update
---
.../texera/amber/operator/source/scan/InputFileScanSourceOpDesc.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/InputFileScanSourceOpDesc.scala
b/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/InputFileScanSourceOpDesc.scala
index 0ec39ce200..70fb5f8a47 100644
---
a/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/InputFileScanSourceOpDesc.scala
+++
b/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/InputFileScanSourceOpDesc.scala
@@ -22,7 +22,7 @@ package org.apache.texera.amber.operator.source.scan
import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import org.apache.texera.amber.core.executor.OpExecWithClassName
import org.apache.texera.amber.core.virtualidentity.{ExecutionIdentity,
WorkflowIdentity}
-import org.apache.texera.amber.core.workflow.{InputPort, OutputPort}
+import org.apache.texera.amber.core.workflow.{InputPort, OutputPort,
PhysicalOp}
import org.apache.texera.amber.operator.metadata.{OperatorGroupConstants,
OperatorInfo}
import org.apache.texera.amber.util.JSONUtils.objectMapper
@@ -32,7 +32,7 @@ class InputFileScanSourceOpDesc extends FileScanSourceOpDesc {
override def getPhysicalOp(
workflowId: WorkflowIdentity,
executionId: ExecutionIdentity
- ) = {
+ ): PhysicalOp = {
super
.getPhysicalOp(workflowId, executionId)
.copy(opExecInitInfo =