xiong duan created CALCITE-6599:
-----------------------------------
Summary: RelMdPredicates pull up wrong predicate from VALUES
Key: CALCITE-6599
URL: https://issues.apache.org/jira/browse/CALCITE-6599
Project: Calcite
Issue Type: Bug
Reporter: xiong duan
For example:
{code:java}
{VALUES(1,2,3)}{code}
Predicates should be ($0=1,$1=2,$2=3), but now is $0=1.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
