Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19806#discussion_r152886393
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CastSuite.scala
---
@@ -829,7 +829,7 @@ class CastSuite extends SparkFunSuite with
ExpressionEvalHelper {
}
test("SPARK-22500: cast for struct should not generate codes beyond
64KB") {
- val N = 250
+ val N = 25
--- End diff --
Yes, I confirmed that 25 can reproduce the bug of SPARK-22500 by reverting
the change of #19730. For example, 20 cannot reproduce the bug.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]