Skip to content

Commit 239730c

Browse files
committed
fix test compile
1 parent 2a70526 commit 239730c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ class ExpressionEvaluationSuite extends ExpressionEvaluationBaseSuite {
909909
checkEvaluation(ArrayOrdinalGetField(BoundReference(4, typeArray, true),
910910
Literal.create(null, IntegerType)), null, row)
911911

912-
def quickBuildGetField(expr: Expression, fieldName: String): StructGetField = {
912+
def quickBuildGetField(expr: Expression, fieldName: String): GetField = {
913913
expr.dataType match {
914914
case StructType(fields) =>
915915
val field = fields.find(_.name == fieldName).get

0 commit comments

Comments
 (0)