shuke987 commented on code in PR #21518: URL: https://github.com/apache/doris/pull/21518#discussion_r1254129276
########## regression-test/suites/query_p0/aggregate/push_filter_through_agg.groovy: ########## @@ -17,6 +17,7 @@ suite("push_filter_through_agg") { sql """DROP TABLE IF EXISTS t_push_filter_through_agg""" + sql """DROP VIEW IF EXISTS view_i""" Review Comment: create view XXX if exists may not handle the situation that the structure of the table changed by somebody -- 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