This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from bf5037d6d5 [fix](OrcReader) typo in anaylize null values (#17156) add 3e40467ce6 [Bug](vec) Fix chinese pinyin order by (#17152) No new revisions were added by this update. Summary of changes: be/src/vec/common/pinyin.h | 1417 ++++++++++++++++++++ be/src/vec/functions/function_string.h | 87 +- regression-test/data/query_p0/sort/sort.out | 9 + .../string_functions/test_convert.out | 4 - regression-test/suites/query_p0/sort/sort.groovy | 13 + .../string_functions/test_convert.groovy | 26 - 6 files changed, 1489 insertions(+), 67 deletions(-) create mode 100644 be/src/vec/common/pinyin.h delete mode 100644 regression-test/data/query_p0/sql_functions/string_functions/test_convert.out delete mode 100644 regression-test/suites/query_p0/sql_functions/string_functions/test_convert.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org