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 5c42514 [Bug][SQL]Fix except node child not order correctly (#4003) add c3d9fee [Load][Json] Refactor json load logic to make it more reasonable (#4020) No new revisions were added by this update. Summary of changes: be/src/common/status.cpp | 2 + be/src/common/status.h | 8 + be/src/exec/broker_scanner.cpp | 1 - be/src/exec/json_scanner.cpp | 298 ++++++++++++-------- be/src/exec/json_scanner.h | 53 ++-- be/src/exprs/json_functions.cpp | 80 +++--- be/src/exprs/json_functions.h | 29 +- .../runtime/stream_load/stream_load_executor.cpp | 3 +- build.sh | 3 +- docs/.vuepress/sidebar/en.js | 1 + docs/.vuepress/sidebar/zh-CN.js | 1 + .../load-data/load-json-format.md | 308 ++++++++++++++++++++ .../Data Manipulation/ROUTINE LOAD.md | 2 +- .../Data Manipulation/STREAM LOAD.md | 4 +- .../load-data/load-json-format.md | 310 +++++++++++++++++++++ .../sql-statements/Data Manipulation/MINI LOAD.md | 4 +- .../Data Manipulation/ROUTINE LOAD.md | 2 +- .../Data Manipulation/STREAM LOAD.md | 3 +- gensrc/thrift/Status.thrift | 3 +- 19 files changed, 926 insertions(+), 189 deletions(-) create mode 100644 docs/en/administrator-guide/load-data/load-json-format.md create mode 100644 docs/zh-CN/administrator-guide/load-data/load-json-format.md --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org