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

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


    from b870e92d5a9 [fix](TVF) Enable azure tvf without specifying s3 bucket 
property. (#37240)
     new 749e1df28a8 [opt](binlog) support rename binlog (#37031)
     new 865f2a844ce [Chore](runtime-filter) enlarge sync filter size rpc 
timeout limit (#37103)
     new 4c590854a6c [fix](fe) Remove cloudWarmUpJob from 
DEPRECATED_MODULES_NAMES (#37203)
     new a8db924192f [Fix](auth)add user cluster USAGE_PRIV in cloud mode 
(#37206)
     new 9fb8d6cb6fb [fix](gson) Fix GSON pretty printting setting (#37211)
     new 1a523a97368 [fix](sql-block-rule) fix block rule missing issue after 
replay (#37243)
     new ac20c02291c [fix](meta) do not serialize nametotable map (#37222)
     new 19677eec781 [fix](recyclebin) db can not be serialized with gson 
directly. (#37261)
     new 732e37d7da0 [fix](partitionkey) serialize expr in PartitionKey via 
gson (#37277)
     new 64621eb3a28 [fix](fe) Avoid infinite dropping index in check 
compatibility mode (#37116)

The 10 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:
 be/src/common/config.cpp                           |   1 +
 be/src/exprs/runtime_filter.cpp                    |   4 +-
 be/src/exprs/runtime_filter.h                      |   2 +-
 be/src/exprs/runtime_filter_slots.h                |   2 +-
 .../org/apache/doris/catalog/PrimitiveType.java    |   7 ++
 .../org/apache/doris/common/FeMetaVersion.java     |   9 +-
 .../apache/doris/alter/CloudSchemaChangeJobV2.java |   5 +
 .../org/apache/doris/binlog/BinlogManager.java     |  11 ++
 .../apache/doris/catalog/CatalogRecycleBin.java    | 114 ++++++++++++++++++---
 .../java/org/apache/doris/catalog/Database.java    |  31 +++++-
 .../main/java/org/apache/doris/catalog/Env.java    |   8 +-
 .../main/java/org/apache/doris/catalog/Index.java  |  12 +--
 .../doris/catalog/MaterializedIndexMeta.java       |  20 ++--
 .../java/org/apache/doris/catalog/OlapTable.java   |  24 ++---
 .../java/org/apache/doris/catalog/Partition.java   |  24 ++---
 .../org/apache/doris/catalog/PartitionKey.java     | 113 ++++++++++----------
 .../java/org/apache/doris/catalog/Replica.java     |  22 ++--
 .../main/java/org/apache/doris/catalog/Tablet.java |  12 +--
 .../mysql/privilege/CommonUserProperties.java      |  34 +++---
 .../apache/doris/mysql/privilege/UserProperty.java |  47 ++++-----
 .../java/org/apache/doris/persist/EditLog.java     |  12 ++-
 .../java/org/apache/doris/persist/TableInfo.java   |  39 ++++++-
 .../org/apache/doris/persist/gson/GsonUtils.java   |   3 +-
 .../doris/persist/meta/MetaPersistMethod.java      |   9 +-
 .../doris/persist/meta/PersistMetaModules.java     |  14 ++-
 .../doris/blockrule/SqlBlockRuleMgrTest.java       |   4 +-
 .../UserPropertyTest.java}                         |  39 ++++---
 gensrc/thrift/FrontendService.thrift               |   1 +
 .../test_master_slave_consistency_auth.groovy      |   8 ++
 .../suites/auth_p0/test_select_column_auth.groovy  |   9 ++
 regression-test/suites/auth_up_down_p0/load.groovy |   8 ++
 .../suites/query_p0/join/test_join5.groovy         |   1 +
 32 files changed, 441 insertions(+), 208 deletions(-)
 copy 
fe/fe-core/src/test/java/org/apache/doris/{catalog/ModifyBrokerInfoTest.java => 
persist/UserPropertyTest.java} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to