[
https://issues.apache.org/jira/browse/CALCITE-6599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886703#comment-17886703
]
xiong duan commented on CALCITE-6599:
-------------------------------------
Fixed in
[1af49e4|https://github.com/apache/calcite/commit/1af49e4404bb75c9105f1157a1c3fbb7e68770fe].
Thanks for the review [~julianhyde] and [~zabetak] .
> RelMdPredicates should pull up more predicates from VALUES when there are
> several literals
> ------------------------------------------------------------------------------------------
>
> Key: CALCITE-6599
> URL: https://issues.apache.org/jira/browse/CALCITE-6599
> Project: Calcite
> Issue Type: Bug
> Reporter: xiong duan
> Priority: Major
> Labels: pull-request-available
>
> 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)