liutang123 commented on code in PR #46541: URL: https://github.com/apache/doris/pull/46541#discussion_r1905322631
########## fe/fe-core/src/main/java/org/apache/doris/planner/SelectNode.java: ########## @@ -66,6 +68,17 @@ protected void toThrift(TPlanNode msg) { @Override public void init(Analyzer analyzer) throws UserException { super.init(analyzer); + for (int i = 0; i < conjuncts.size(); ++i) { Review Comment: I will add a testcase in 2.1 branch. -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org