You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/04/21 20:52:25 UTC

[jira] [Updated] (SPARK-14796) Add spark.sql.optimizer.inSetConversionThreshold config option

     [ https://issues.apache.org/jira/browse/SPARK-14796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun updated SPARK-14796:
----------------------------------
    Description: 
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.inSetConversionThreshold` for that.

  was:
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.

        Summary: Add spark.sql.optimizer.inSetConversionThreshold config option  (was: Add spark.sql.optimizer.minSetSize config option)

> Add spark.sql.optimizer.inSetConversionThreshold 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.inSetConversionThreshold` for that.



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

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