This is an automated email from the ASF dual-hosted git repository.
hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new b7918a9a4 [VL] Rename test class `TestOperator.scala` to
`MiscOperatorSuite` (#6890)
b7918a9a4 is described below
commit b7918a9a4b3482c03283dc542a909669d2ef4534
Author: Hongze Zhang <[email protected]>
AuthorDate: Mon Aug 19 09:50:00 2024 +0800
[VL] Rename test class `TestOperator.scala` to `MiscOperatorSuite` (#6890)
---
.../gluten/execution/{TestOperator.scala => MiscOperatorSuite.scala} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/backends-velox/src/test/scala/org/apache/gluten/execution/TestOperator.scala
b/backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala
similarity index 99%
rename from
backends-velox/src/test/scala/org/apache/gluten/execution/TestOperator.scala
rename to
backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala
index c2a3d82e0..fa7eae37b 100644
---
a/backends-velox/src/test/scala/org/apache/gluten/execution/TestOperator.scala
+++
b/backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala
@@ -35,7 +35,7 @@ import java.util.concurrent.TimeUnit
import scala.collection.JavaConverters
-class TestOperator extends VeloxWholeStageTransformerSuite with
AdaptiveSparkPlanHelper {
+class MiscOperatorSuite extends VeloxWholeStageTransformerSuite with
AdaptiveSparkPlanHelper {
protected val rootPath: String = getClass.getResource("/").getPath
override protected val resourcePath: String = "/tpch-data-parquet-velox"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]