imay commented on issue #1356: Wrong query result with constant 
URL: 
https://github.com/apache/incubator-doris/issues/1356#issuecomment-504407905
 
 
   I think the problem located in step `3`. `-1 in (-1)` can not be used to 
prune partition. What we want to use to prune partition is in predicate like 
`partitionColumn in (1, 2, 3)`. So besides this patch, we'd better to have 
another patch to check if the in predicate can match this pattern.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to