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

github-bot pushed a change to branch auto-pick-57381-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 6a1f0319f13 branch-4.0: [fix](external catalog) Distinguish between 
functions used to refresh cache and change catalog properties #56639 (#57400)
     add 218113d7953 [fix](varbinary) Rename StringView to StringContainer 
(#57381)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/primitive_type.h                    | 14 ++--
 be/src/vec/columns/column_varbinary.cpp            |  6 +-
 be/src/vec/columns/column_varbinary.h              | 18 ++---
 .../{string_view.cpp => string_container.cpp}      |  6 +-
 .../common/{string_view.h => string_container.h}   | 40 +++++-----
 be/src/vec/core/field.h                            | 17 +++--
 be/src/vec/data_types/data_type_varbinary.cpp      |  6 +-
 be/src/vec/data_types/data_type_varbinary.h        |  7 +-
 be/src/vec/functions/function_varbinary.cpp        |  8 +-
 be/src/vec/utils/varbinaryop_subbinary.h           |  8 +-
 be/test/vec/columns/column_varbinary_test.cpp      | 66 ++++++++---------
 ...ing_view_test.cpp => string_container_test.cpp} | 86 +++++++++++-----------
 .../vec/data_types/data_type_varbinary_test.cpp    |  8 +-
 be/test/vec/function/function_test_util.h          |  6 +-
 14 files changed, 149 insertions(+), 147 deletions(-)
 rename be/src/vec/common/{string_view.cpp => string_container.cpp} (91%)
 rename be/src/vec/common/{string_view.h => string_container.h} (80%)
 rename be/test/vec/common/{string_view_test.cpp => string_container_test.cpp} 
(78%)


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

Reply via email to