zfr9527 commented on code in PR #61290:
URL: https://github.com/apache/doris/pull/61290#discussion_r2985941450


##########
regression-test/suites/nereids_rules_p0/mv/agg_with_roll_up/aggregate_with_roll_up.groovy:
##########
@@ -1602,12 +1647,6 @@ suite("aggregate_with_roll_up") {
             l_suppkey
             order by o_orderstatus;
     """
-    order_qt_query36_0_before "${query36_0}"
-    async_mv_rewrite_fail(db, mv36_0, query36_0, "mv36_0")
-    order_qt_query36_0_after "${query36_0}"
-    sql """ DROP MATERIALIZED VIEW IF EXISTS mv36_0"""
-
-
     // mv is merge, query is union
     def mv37_0 = """

Review Comment:
   The CREATE statements for mv36_0 and mv37_0 are identical. I removed the 
step that creates mv37_0, but the subsequent SQL hit assertions were not 
changed, so the semantics should remain consistent with the original. The 
rewrite results for both 36_0 and 37_0 are failures, so this should still match 
the original intent.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to