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

morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


    from 5b6fd1c681 FIX: getChannel -> getChannel() (#9217)
     new db4932be00 remove gensrc/proto/palo_internal_service.proto, this 
removed in #6341 and add back in #6329 by mistake (#9233)
     new eefe8ceab0 [improvement](account) support to account management sql 
(#8849)
     new a3c67666c1 [fix](account) use LOG.info instead of LOG.debug (#8911)
     new a20439a920 [feature] add `SHOW TABLET STORAGE FORMAT` stmt (#9037)
     new 198234e1e4 [fix](planner) fix non-equal out join is not supported 
(#9156)
     new 23bce90f3b [fix](routine-load) Fix bug that new coming routine load 
tasks are rejected all the time and report TOO_MANY_TASK error (#9164)
     new 8c8e1729e3 [Improvement] not print logs to fe.out when fe is running 
under daemon mode (#9195)
     new 12d180a6ec remove some unused code (#9240)
     new 498f30ab8a [fix](checkpoint) fix checkpoint failure when reloading new 
image (#9262)

The 9 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/olap/tablet_manager.cpp                     |  20 +++
 be/src/olap/tablet_manager.h                       |   2 +
 be/src/runtime/routine_load/data_consumer_pool.cpp |   6 +
 .../routine_load/routine_load_task_executor.cpp    |   2 +-
 be/src/service/backend_service.cpp                 |   4 +
 be/src/service/backend_service.h                   |   2 +
 bin/start_fe.sh                                    |   1 +
 docs/.vuepress/sidebar/en.js                       |   1 +
 docs/.vuepress/sidebar/zh-CN.js                    |   1 +
 .../Account Management/CREATE ROLE.md              |  14 +--
 .../Account Management/CREATE USER.md              |  26 ++--
 .../sql-statements/Account Management/DROP ROLE.md |  16 +--
 .../sql-statements/Account Management/DROP USER.md |   6 +-
 fe/fe-core/src/main/cup/sql_parser.cup             |  20 ++-
 .../src/main/java/org/apache/doris/PaloFe.java     |   3 +
 .../org/apache/doris/analysis/CreateRoleStmt.java  |  10 ++
 .../org/apache/doris/analysis/DropRoleStmt.java    |  10 ++
 .../org/apache/doris/analysis/DropUserStmt.java    |  11 ++
 .../org/apache/doris/analysis/ShowTableStmt.java   |   2 +
 .../java/org/apache/doris/analysis/TableRef.java   |  11 +-
 .../java/org/apache/doris/catalog/Catalog.java     |   2 +-
 .../java/org/apache/doris/common/Log4jConfig.java  |  14 ++-
 .../load/routineload/KafkaRoutineLoadJob.java      |  90 +++++++++----
 .../java/org/apache/doris/master/Checkpoint.java   |  16 ++-
 .../org/apache/doris/mysql/privilege/PaloAuth.java |  67 ++++++----
 .../java/org/apache/doris/qe/SessionVariable.java  |   8 +-
 .../java/org/apache/doris/qe/ShowExecutor.java     |  57 +++++++--
 .../java/org/apache/doris/task/AgentClient.java    |  17 +++
 .../apache/doris/analysis/ShowTableStmtTest.java   |   6 +-
 .../org/apache/doris/common/GenericPoolTest.java   |   6 +
 .../org/apache/doris/mysql/privilege/AuthTest.java | 140 ++++++++++++++++++++-
 .../org/apache/doris/planner/QueryPlanTest.java    |  34 +++++
 .../java/org/apache/doris/qe/VariableMgrTest.java  |   2 +
 .../apache/doris/utframe/MockedBackendFactory.java |   6 +
 gensrc/proto/palo_internal_service.proto           |  46 -------
 gensrc/thrift/BackendService.thrift                |   8 ++
 36 files changed, 528 insertions(+), 159 deletions(-)
 delete mode 100644 gensrc/proto/palo_internal_service.proto


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

Reply via email to