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 ad0216f823 [fix](hive) fix bug of invalid user info in external 
table's scan node (#9908)
     new d76e4291c2 [improvement] Optimize send fragment logic to reduce send 
fragment timeout error (#9720)
     new fd2375a59b [fix] (planner) slot nullable does not set correctly when 
plan outer join with inline view (#9927)
     new a4252467c4 [fix] fix grammar of ADMIN SHOW TABLET STORAGE FORMAT stmt 
(#9938)

The 3 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/runtime/fragment_mgr.cpp                    | 131 +++++---
 be/src/runtime/fragment_mgr.h                      |   2 +
 be/src/runtime/query_fragments_ctx.h               |  22 ++
 be/src/service/internal_service.cpp                |  54 +++-
 be/src/service/internal_service.h                  |  13 +-
 fe/fe-core/src/main/cup/sql_parser.cup             |   4 +-
 .../java/org/apache/doris/analysis/Analyzer.java   |   9 +-
 .../org/apache/doris/analysis/InlineViewRef.java   |   8 +-
 .../org/apache/doris/catalog/TabletStatMgr.java    |   2 +-
 .../org/apache/doris/clone/BeLoadRebalancer.java   |  10 +-
 .../apache/doris/clone/ClusterLoadStatistic.java   |   2 +-
 .../java/org/apache/doris/clone/TabletChecker.java |   2 +-
 .../org/apache/doris/clone/TabletScheduler.java    |   4 +-
 .../main/java/org/apache/doris/common/Config.java  |   9 -
 .../load/routineload/RoutineLoadScheduler.java     |   4 +-
 .../org/apache/doris/master/ReportHandler.java     |   2 +-
 .../apache/doris/planner/SingleNodePlanner.java    |   9 +
 .../main/java/org/apache/doris/qe/Coordinator.java | 349 +++++++++++++--------
 .../apache/doris/qe/InsertStreamTxnExecutor.java   |   7 +-
 .../java/org/apache/doris/qe/ResultReceiver.java   |   4 +-
 .../org/apache/doris/rpc/BackendServiceClient.java |  13 +-
 .../org/apache/doris/rpc/BackendServiceProxy.java  |  56 ++--
 .../java/org/apache/doris/rpc/RpcException.java    |   5 +
 .../doris/load/sync/canal/CanalSyncDataTest.java   |  13 +-
 .../apache/doris/utframe/MockedBackendFactory.java |  24 +-
 gensrc/proto/internal_service.proto                |  14 +
 gensrc/thrift/PaloInternalService.thrift           |  24 +-
 .../test_outer_join_with_inline_view.out           |  13 +
 .../test_outer_join_with_inline_view.groovy        |  72 +++++
 29 files changed, 638 insertions(+), 243 deletions(-)
 create mode 100644 
regression-test/data/correctness/test_outer_join_with_inline_view.out
 create mode 100644 
regression-test/suites/correctness/test_outer_join_with_inline_view.groovy


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

Reply via email to