This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch xinyuan-input-source-operator
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xinyuan-input-source-operator
by this push:
new e7665e8e56 fix fmt
e7665e8e56 is described below
commit e7665e8e5632140037c26ecd51427e2c7baeaa8d
Author: Xinyuan Lin <[email protected]>
AuthorDate: Thu Apr 16 15:49:19 2026 -0700
fix fmt
---
.../src/main/scala/org/apache/texera/amber/operator/LogicalOp.scala | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git
a/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/LogicalOp.scala
b/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/LogicalOp.scala
index 17f3c9f19d..1f6e444c46 100644
---
a/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/LogicalOp.scala
+++
b/common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/LogicalOp.scala
@@ -139,10 +139,7 @@ import
org.apache.texera.amber.operator.visualization.waterfallChart.WaterfallCh
import org.apache.texera.amber.operator.visualization.wordCloud.WordCloudOpDesc
import org.apache.commons.lang3.builder.{EqualsBuilder, HashCodeBuilder,
ToStringBuilder}
import org.apache.texera.amber.operator.sklearn.testing.SklearnTestingOpDesc
-import org.apache.texera.amber.operator.source.scan.file.{
- FileScanOpDesc,
- FileScanSourceOpDesc,
-}
+import org.apache.texera.amber.operator.source.scan.file.{FileScanOpDesc,
FileScanSourceOpDesc}
import
org.apache.texera.amber.operator.visualization.stripChart.StripChartOpDesc
import java.util.UUID