mymeiyi commented on code in PR #32523:
URL: https://github.com/apache/doris/pull/32523#discussion_r1547382779
##########
regression-test/suites/insert_p0/insert_group_commit_into.groovy:
##########
@@ -357,16 +357,16 @@ suite("insert_group_commit_into") {
"replication_allocation" = "tag.location.default: 1"
); """
sql """DROP MATERIALIZED VIEW IF EXISTS ods_zn_dnt_max1 ON
${table};"""
- sql """create materialized view ods_zn_dnt_max1 as
- select ordernum,max(dnt) as dnt from ${table}
- group by ordernum
- ORDER BY ordernum;"""
+ // sql """create materialized view ods_zn_dnt_max1 as
Review Comment:
why change this?
--
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]