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

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


    from 37ea92d5de5 [statistic](cloud) Add session variable 
force_sample_analyze, default false (#32117)
     add af1cddbaca9 [fix](cloud) mysqlload works with cluster and refactor 
code (#32716)

No new revisions were added by this update.

Summary of changes:
 be/src/http/action/stream_load.cpp                 |   4 +
 be/src/http/http_common.h                          |   1 +
 .../java/org/apache/doris/catalog/Database.java    |   2 +-
 .../java/org/apache/doris/catalog/DatabaseIf.java  |   4 +-
 .../cloud/planner/CloudStreamLoadPlanner.java      |  12 +
 .../org/apache/doris/httpv2/rest/LoadAction.java   |  19 +-
 .../org/apache/doris/load/StreamLoadHandler.java   | 278 ++++++++++++++++
 .../apache/doris/load/loadv2/MysqlLoadManager.java |  22 +-
 .../apache/doris/service/FrontendServiceImpl.java  | 368 +++------------------
 .../org/apache/doris/catalog/DatabaseTest.java     |   6 +-
 10 files changed, 361 insertions(+), 355 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/load/StreamLoadHandler.java


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

Reply via email to