Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class ArithmeticExpressionSuite extends SparkFunSuite with ExpressionEvalHelper
}

test("SPARK-22499: Least and greatest should not generate codes beyond 64KB") {
val N = 3000
val N = 2000
val strings = (1 to N).map(x => "s" * x)
val inputsExpr = strings.map(Literal.create(_, StringType))

Expand Down