This is an automated email from the ASF dual-hosted git repository.
zclll pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 23f9248bd87 [fix](nereids) project distinct to agg checker exclude
window function (#54133)
add 171e84e3db3 [Opt](cast) Speed up new cast to datelike type (#54359)
No new revisions were added by this update.
Summary of changes:
.../{debug/leakcheck_disabler.h => asan_util.h} | 32 ++--
be/src/util/string_parser.hpp | 80 +++++----
be/src/vec/functions/cast/cast_base.h | 7 +-
.../vec/functions/cast/cast_parameters.h} | 12 +-
.../cast/cast_to_date_or_datetime_impl.hpp | 181 ++++++++++++++-------
.../vec/functions/cast/cast_to_datetimev2_impl.hpp | 174 +++++++++++++-------
be/src/vec/functions/cast/cast_to_datev2_impl.hpp | 171 ++++++++++++-------
be/src/vec/functions/cast/cast_to_time_impl.hpp | 26 +--
be/test/vec/function/cast/cast_to_time_test.cpp | 8 +
regression-test/data/cast_p0/cast_to_time.out | Bin 2518 -> 2784 bytes
regression-test/suites/cast_p0/cast_to_time.groovy | 11 +-
11 files changed, 457 insertions(+), 245 deletions(-)
copy be/src/util/{debug/leakcheck_disabler.h => asan_util.h} (56%)
copy be/{test/vec/function/cast/cast_to_decimal32_from_decimal32.cpp =>
src/vec/functions/cast/cast_parameters.h} (84%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]