Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19447#discussion_r143220404
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -934,6 +934,15 @@ object SQLConf {
.intConf
.createWithDefault(10000)
+ val GENERATED_CLASS_LENGTH_THRESHOLD =
+ buildConf("spark.sql.codegen.generatedClass.size.threshold")
+ .doc("Threshold in bytes for the size of a generated class. If the
generated class " +
--- End diff --
if users cannot set it, how can this parameter be changed?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]