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

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


    from 294599ee45 [feature](jsonb) rename JSONB type name and function name 
to JSON (#19774)
     add fd4fa5c64e [Optimize](row store) optimize serialization and 
deserialization (#19691)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/rowid_fetcher.cpp                    | 14 ++++-
 be/src/olap/memtable.cpp                         |  5 +-
 be/src/olap/rowset/segment_v2/segment_writer.cpp |  4 +-
 be/src/olap/tablet.cpp                           | 13 ++++-
 be/src/olap/tablet_schema.h                      |  2 +-
 be/src/service/point_query_executor.cpp          | 18 ++++--
 be/src/service/point_query_executor.h            | 10 ++++
 be/src/vec/data_types/serde/data_type_serde.cpp  | 21 +++++++
 be/src/vec/data_types/serde/data_type_serde.h    |  6 ++
 be/src/vec/jsonb/serialize.cpp                   | 72 ++++++++++--------------
 be/src/vec/jsonb/serialize.h                     | 18 +++---
 be/test/vec/jsonb/serialize_test.cpp             | 29 ++++++++--
 12 files changed, 145 insertions(+), 67 deletions(-)


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

Reply via email to