This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 11175208dfe [fix](delete) storage engine delete do not support bitmap 
(#34710)
     new e602048f737 [fix](Nereids) Fix materialized view rule to check struct 
info validity (#34665)
     new 792d87c87cb [bugfix](multi catalog) fixed an issue in master where 
hive directory field separator was an empty string causing it to be core 
(#34594)
     new 3ef5ed1ad05 [opt](Nereids) normalize column name of output file 
(#34650)
     new d6f300ec62f [fix](Nereids) empty set handle in fe should use result 
output (#34676)
     new db15c811f84 [opt](Nereids) enhance properties regulator checking  
(#34603)
     new c62ff0b672b [fix](auth) Disable revoke 'admin' from 'admin'` (#34644)
     new 5046fa2bea4 [improvement](mtmv) Split the expression mapping in 
LogicalCompatibilityContext for performance (#34646)

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/doris/analysis/RevokeStmt.java |  6 ++
 .../doris/datasource/hive/source/HiveScanNode.java |  6 +-
 .../org/apache/doris/nereids/NereidsPlanner.java   |  3 +-
 .../properties/ChildrenPropertiesRegulator.java    | 40 +++++++--
 .../doris/nereids/rules/analysis/BindSink.java     | 23 +++--
 .../mv/AbstractMaterializedViewRule.java           |  5 +-
 .../rules/exploration/mv/HyperGraphComparator.java |  6 +-
 .../mv/LogicalCompatibilityContext.java            | 97 ++++++++++++++++++----
 .../nereids/rules/exploration/mv/StructInfo.java   | 67 +++++++++++----
 .../test_outfile_expr_generate_col_name.out        | 38 ++++-----
 .../shape/query51.out                              | 62 +++++++-------
 .../noStatsRfPrune/query51.out                     | 62 +++++++-------
 .../noStatsRfPrune/query77.out                     | 62 +++++++-------
 .../no_stats_shape/query51.out                     | 62 +++++++-------
 .../no_stats_shape/query77.out                     | 62 +++++++-------
 .../rf_prune/query51.out                           | 62 +++++++-------
 .../nereids_tpcds_shape_sf100_p0/shape/query51.out | 62 +++++++-------
 .../auth/test_disable_revoke_admin_auth.groovy     | 31 +++++--
 .../test_outfile_expr_generate_col_name.groovy     |  3 -
 19 files changed, 452 insertions(+), 307 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HMSClientException.java
 => regression-test/suites/cloud_p0/auth/test_disable_revoke_admin_auth.groovy 
(51%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to