Github user maropu commented on the issue:

    https://github.com/apache/spark/pull/19811
  
    I didn't mean to add these parameters to `SQLConf`. I just meant to add 
test-only parameters for that like;
    ```
    // `spark.sql.codegen.outer_class_variables_threshol` is for testing only.
    if (SparkEnv.get != null && 
SparkEnv.get.conf.getInt("spark.sql.codegen.outer_class_variables_threshold", 
OUTER_CLASS_VARIABLES_THRESHOLD)) {
    ...
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to