englefly commented on code in PR #17393: URL: https://github.com/apache/doris/pull/17393#discussion_r1130525995
########## fe/fe-core/src/main/java/org/apache/doris/analysis/ArithmeticExpr.java: ########## @@ -750,15 +758,7 @@ protected void compactForLiteral(Type type) throws AnalysisException { @Override public void finalizeImplForNereids() throws AnalysisException { - if (op == Operator.BITNOT) { Review Comment: do not need finalizeImplForNereids? how to init fn? -- 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