You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Mykola (JIRA)" <ji...@apache.org> on 2018/11/26 13:22:00 UTC

[jira] [Created] (CALCITE-2706) Do not make IN conversion

Mykola created CALCITE-2706:
-------------------------------

             Summary: Do not make IN conversion
                 Key: CALCITE-2706
                 URL: https://issues.apache.org/jira/browse/CALCITE-2706
             Project: Calcite
          Issue Type: Bug
            Reporter: Mykola
            Assignee: Julian Hyde


We current have only two options with IN operator handling - replace it with ORs or sub-queries depending on the inSubQueryThreshold. Add third option to prevent any conversions and leave IN `as is`.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)