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

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


    from a390252893 [fix](keywork) add TIME to keyword (#16277)
     add f2fd47f238 [Improve](row-store) support row cache (#16263)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                             |  3 +
 be/src/olap/delta_writer.cpp                       |  1 +
 be/src/olap/rowset/beta_rowset_writer.cpp          |  1 +
 be/src/olap/rowset/rowset_writer_context.h         |  3 +
 be/src/olap/rowset/segment_v2/segment_writer.cpp   | 17 +++-
 be/src/olap/rowset/segment_v2/segment_writer.h     |  4 +
 be/src/olap/tablet.cpp                             | 13 ++-
 be/src/olap/tablet.h                               |  5 +-
 be/src/runtime/exec_env_init.cpp                   | 14 ++++
 be/src/service/point_query_executor.cpp            | 85 +++++++++++++++++--
 be/src/service/point_query_executor.h              | 94 +++++++++++++++++++++-
 be/src/vec/jsonb/serialize.cpp                     | 33 +++++---
 be/src/vec/jsonb/serialize.h                       |  4 +
 .../data/point_query_p0/test_point_query.out       | 15 ++--
 .../suites/point_query_p0/test_point_query.groovy  |  4 +
 15 files changed, 260 insertions(+), 36 deletions(-)


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

Reply via email to