File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/core/src/test/scala/org/apache/spark/sql/expressions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ package org.apache.spark.sql.expressions
1919
2020import scala .collection .parallel .immutable .ParVector
2121
22- import org .apache .spark .SparkFunSuite
22+ import org .apache .spark .sql . QueryTest
2323import org .apache .spark .sql .catalyst .FunctionIdentifier
2424import org .apache .spark .sql .catalyst .expressions .ExpressionInfo
2525import org .apache .spark .sql .execution .HiveResult .hiveResultString
2626import org .apache .spark .sql .internal .SQLConf
2727import org .apache .spark .sql .test .SharedSparkSession
2828
29- class ExpressionInfoSuite extends SparkFunSuite with SharedSparkSession {
29+ class ExpressionInfoSuite extends QueryTest with SharedSparkSession {
3030
3131 test(" Replace _FUNC_ in ExpressionInfo" ) {
3232 val info = spark.sessionState.catalog.lookupFunctionInfo(FunctionIdentifier (" upper" ))
You can’t perform that action at this time.
0 commit comments