duan xiong created CALCITE-4844:
-----------------------------------
Summary: when the value of sub-query threshold smaller than IN
list size the In list include columns return wrong result.
Key: CALCITE-4844
URL: https://issues.apache.org/jira/browse/CALCITE-4844
Project: Calcite
Issue Type: Bug
Reporter: duan xiong
Assignee: duan xiong
According CALCITE-1155[Support columns for IN list]. We support
{code:java}
'x in (a, b, c)' {code}
by expands to
{code:java}
'x = a or x = b or x = c'{code}
In Calcite. Only the list size smaller than the value of the sub-query
threshold can convert. We should ignore the the value of the sub-query
threshold to convert this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)