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/doris.git
from 239e5b9943 [enhancement](storage) set the segment cache capacity according to the open file limit of the process (#13269) add 1bd14f1d82 [feature-wip](jsonb) jsonb parse function and load (#13129) No new revisions were added by this update. Summary of changes: be/src/exprs/anyval_util.cpp | 4 + be/src/util/jsonb_parser.h | 30 +- be/src/util/jsonb_writer.h | 44 +- be/src/vec/CMakeLists.txt | 1 + be/src/vec/functions/function_jsonb.cpp | 314 +++++++++++++ be/src/vec/functions/simple_function_factory.h | 2 + be/src/vec/sink/vtablet_sink.cpp | 17 + be/test/CMakeLists.txt | 1 + be/test/vec/function/function_jsonb_test.cpp | 512 +++++++++++++++++++++ be/test/vec/function/function_test_util.h | 62 ++- .../org/apache/doris/planner/LoadScanNode.java | 18 +- gensrc/script/doris_builtins_functions.py | 35 ++ 12 files changed, 1007 insertions(+), 33 deletions(-) create mode 100644 be/src/vec/functions/function_jsonb.cpp create mode 100644 be/test/vec/function/function_jsonb_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org