morrySnow commented on code in PR #15479: URL: https://github.com/apache/doris/pull/15479#discussion_r1060827696
########## fe/fe-core/src/test/java/org/apache/doris/nereids/rules/mv/SelectMvIndexTest.java: ########## @@ -760,7 +760,7 @@ public void testBitmapUnionInSubquery() throws Exception { createMv(createUserTagMVSql); String query = "select user_id from " + USER_TAG_TABLE_NAME + " where user_id in (select user_id from " + USER_TAG_TABLE_NAME + " group by user_id having bitmap_union_count(to_bitmap(tag_id)) >1 ) ;"; - testMvWithTwoTable(query, "user_tags", "user_tags_mv"); + testMvWithTwoTable(query, "user_tags_mv", "user_tags"); Review Comment: does it stable? -- 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