manannan2017 opened a new issue #2094: [To be optimized]When the where field is the same as the on field in the join statement, the predicates of both tables will not be pushed down(mysql can) URL: https://github.com/apache/incubator-doris/issues/2094 1、sql select a.k1 ak1, b.k2 bk2 from baseall a join test b on a.k1 = b.k1 where b.k1>10; 2、mysql result  3、doris result 
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
