File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
sql/connect/server/src/test/scala/org/apache/spark/sql/connect/planner Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1014,10 +1014,11 @@ class SparkConnectPlannerSuite extends SparkFunSuite with SparkConnectPlanTest {
1014
1014
.setLiteral(proto.Expression .Literal .newBuilder.setChar(
1015
1015
proto.Expression .Literal .newBuilder.getCharBuilder.setValue(" spark" ).setLength(4 )))
1016
1016
.build())
1017
- proto.Expression .newBuilder
1018
- .setLiteral(proto.Expression .Literal .newBuilder.setVarchar(
1019
- proto.Expression .Literal .newBuilder.getVarcharBuilder.setValue(" spark" ).setLength(4 )))
1020
- .build()
1017
+ checkExceedLimit(
1018
+ proto.Expression .newBuilder
1019
+ .setLiteral(proto.Expression .Literal .newBuilder.setVarchar(
1020
+ proto.Expression .Literal .newBuilder.getVarcharBuilder.setValue(" spark" ).setLength(4 )))
1021
+ .build())
1021
1022
}
1022
1023
}
1023
1024
}
You can’t perform that action at this time.
0 commit comments