Skip to content

Commit

Permalink
[VL] Rename test class TestOperator.scala to MiscOperatorSuite (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer authored Aug 19, 2024
1 parent 37dae7d commit b7918a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7918a9

Please sign in to comment.