Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/20965#discussion_r178841287
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -685,6 +685,17 @@ object SQLConf {
.intConf
.createWithDefault(100)
+ val MAX_PARAM_NUM_IN_JAVA_METHOD =
--- End diff --
I think this is not needed since we can use
`CodeGenerator.calculateParamLength`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]