LENAMYY opened a new issue #2420: Binary predicate and Between-and predicate not support correlated subquerie URL: https://github.com/apache/incubator-doris/issues/2420 **Describe the bug** Binary predicate and Between-and predicate not support correlated subquerie **To Reproduce** select * from test b where b.k1 < (select a.k1 from single_row_table a where a.k3 = b.k3) ; UDAs are not supported in the select list of correlated subqueries: (SELECT `a`.`k1` AS `k1` FROM `default_cluster:test_query_qa`.`single_row_table` a WHERE `a`.`k3` = `b`.`k3`) **Expected behavior** Support correlated subquerie in Binary predicate and Between-and predicate
---------------------------------------------------------------- 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]
