Skip to content

Commit aa39040

Browse files
committed
Fix test suite.
1 parent 1721075 commit aa39040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/functions/AggregateFunctionSuite.scala renamed to sql/catalyst/src/test/scala/org/apache/spark/sql/connector/catalog/functions/AggregateFunctionSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
package org.apache.spark.sql.connector.catalog.functions
1919

20+
import org.apache.spark.SparkFunSuite
2021
import org.apache.spark.sql.catalyst.InternalRow
2122
import org.apache.spark.sql.types.{DataType, IntegerType, LongType, StructType}
2223

0 commit comments

Comments
 (0)