Dongjoon Hyun created SPARK-14796:
-------------------------------------

             Summary: Add spark.sql.optimizer.minSetSize config option
                 Key: SPARK-14796
                 URL: https://issues.apache.org/jira/browse/SPARK-14796
             Project: Spark
          Issue Type: Improvement
          Components: Optimizer
            Reporter: Dongjoon Hyun


Currently, `OptimizeIn` optimizer replaces `In` expression into `InSet` 
expression if the size of set is greater than a constant, 10. 

This issue aims to make a configuration `spark.sql.optimizer.minSetSize` for 
that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to