starocean999 commented on code in PR #28886: URL: https://github.com/apache/doris/pull/28886#discussion_r1461459936
########## fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/mv/SelectMvIndexTest.java: ########## @@ -1251,4 +1251,88 @@ private void testMvWithTwoTable(String sql, String firstTableIndexName, String s Assertions.assertEquals(secondTableIndexName, scan1.getSelectedIndexName()); }); } + + @Test + public void testSubExpressionsInAggregation() throws Exception { + createTable("CREATE TABLE db1.`test_pre_agg_tbl` (\n" Review Comment: pls add test for float/double, decimalv2/v3 too -- 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