This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 30b4df9d4f6 [fix](profile) Change the check of whether the username is admin and root to check whether the user specifically corresponds to admin permissions (#41714) add 0995618169d [opt](nereids) remove enable nereids rules usage (#44769) No new revisions were added by this update. Summary of changes: .../rules/rewrite/PushDownAggThroughJoin.java | 10 - .../rewrite/PushDownAggThroughJoinOneSide.java | 10 - .../rules/rewrite/PushDownDistinctThroughJoin.java | 7 - .../nereids_rules_p0/eager_aggregate/basic.out | 46 +- .../eager_aggregate/basic_one_side.out | 46 +- .../push_down_count_through_join_one_side.out | 472 +++++++++++++++------ .../eager_aggregate/push_down_max_through_join.out | 168 +++++--- .../eager_aggregate/push_down_min_through_join.out | 166 +++++--- .../push_down_sum_through_join_one_side.out | 254 +++++++---- .../push_down_distinct_through_join.out | 11 +- .../push_down_count_through_join_one_side.groovy | 1 - .../push_down_limit_distinct_through_join.groovy | 1 - .../constraints/query23.groovy | 1 - .../tpcds_sf100/constraints/query23.groovy | 1 - 14 files changed, 780 insertions(+), 414 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org