You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by el...@apache.org on 2023/06/12 06:51:38 UTC

[doris] branch master updated (10134ea8c6 -> 0b228b3414)

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

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


    from 10134ea8c6 [fix](planner) fix RewriteInPredicateRule may be useless (#20668)
     add 0b228b3414 [fix](load)Support load json data with default value (#20624)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exec/format/json/new_json_reader.cpp    | 173 +++++++++++----------
 be/src/vec/exec/format/json/new_json_reader.h      |  13 +-
 be/src/vec/exec/scan/vfile_scanner.cpp             |   3 +-
 .../data/correctness_p0/test_current_timestamp.out |   4 +-
 .../data/load_p0/stream_load/test_json_load.out    |  28 ++--
 .../stream_load/test_json_load_default_value.out   |  31 ++++
 .../correctness_p0/test_current_timestamp.groovy   |   4 +-
 .../test_json_load_default_value.groovy            |  77 +++++++++
 8 files changed, 234 insertions(+), 99 deletions(-)
 create mode 100644 regression-test/data/load_p0/stream_load/test_json_load_default_value.out
 create mode 100644 regression-test/suites/load_p0/stream_load/test_json_load_default_value.groovy


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