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/incubator-doris.git.
from 8d1c1ef [Community] Fix PR labeling github action workflow (#6279) add 13ef2c9 [Function][Enhance] lower/upper case transfer function vectorized (#6253) No new revisions were added by this update. Summary of changes: be/src/exprs/string_functions.cpp | 14 ++--- .../util/{spinlock.cc => vectorized-tool/lower.h} | 26 ++++----- be/src/util/vectorized-tool/lower_upper_impl.h | 61 ++++++++++++++++++++++ .../util/{date_func.h => vectorized-tool/upper.h} | 29 +++++----- be/test/exprs/string_functions_test.cpp | 19 +++++++ 5 files changed, 113 insertions(+), 36 deletions(-) copy be/src/util/{spinlock.cc => vectorized-tool/lower.h} (71%) create mode 100644 be/src/util/vectorized-tool/lower_upper_impl.h copy be/src/util/{date_func.h => vectorized-tool/upper.h} (68%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org