You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/07/30 02:36:43 UTC

[incubator-doris] branch master updated (594e53e -> fdcc223)

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

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


    from 594e53e  [Spill To Disk][1/6] The adjustment of the basic BufferedBlockMgr includes the following change (#4151)
     add fdcc223  [Bug][Json] Refactor the json load logic to fix some bug

No new revisions were added by this update.

Summary of changes:
 be/src/exec/json_scanner.cpp                       | 291 +++++++++------------
 be/src/exec/json_scanner.h                         |  21 +-
 be/src/exprs/json_functions.cpp                    |  17 ++
 be/src/exprs/json_functions.h                      |   5 +
 be/src/http/action/stream_load.cpp                 |  11 +-
 be/src/http/http_common.h                          |   5 +-
 be/test/exec/json_scanner_test.cpp                 |   2 +
 .../Data Manipulation/ROUTINE LOAD.md              |  33 +++
 .../Data Manipulation/STREAM LOAD.md               |  17 +-
 .../Data Manipulation/ROUTINE LOAD.md              |  34 +++
 .../Data Manipulation/STREAM LOAD.md               |  14 +
 .../doris/analysis/CreateRoutineLoadStmt.java      |  13 +-
 .../doris/load/routineload/RoutineLoadJob.java     |  17 +-
 .../apache/doris/planner/StreamLoadScanNode.java   |   3 +
 .../java/org/apache/doris/task/StreamLoadTask.java |  16 ++
 gensrc/thrift/FrontendService.thrift               |   1 +
 gensrc/thrift/PlanNodes.thrift                     |   1 +
 17 files changed, 316 insertions(+), 185 deletions(-)


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