This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from c6badae Fix bug: CreateIndexClause can be casted to AlterTableClause
(#2667)
add de4d177 Fix incompatibility with arm architecture in util and gutil
(#2650)
No new revisions were added by this update.
Summary of changes:
LICENSE.txt | 23 +
be/src/gutil/cpu.cc | 297 +-
be/src/gutil/cpu.h | 64 +-
be/src/gutil/linux_syscall_support.h | 2829 +++++++-------------
be/src/gutil/spinlock_linux-inl.h | 15 +-
be/src/util/CMakeLists.txt | 1 +
be/src/util/cpu_info.cpp | 18 +-
be/src/util/stopwatch.hpp | 44 -
be/src/util/utf8_check.cpp | 320 +++
.../LoadException.java => be/src/util/utf8_check.h | 26 +-
be/test/geo/geo_functions_test.cpp | 4 +-
be/test/util/CMakeLists.txt | 1 +
be/test/util/string_parser_test.cpp | 2 +-
be/test/util/utf8_check_test.cpp | 124 +
run-ut.sh | 1 +
15 files changed, 1726 insertions(+), 2043 deletions(-)
create mode 100644 be/src/util/utf8_check.cpp
copy fe/src/main/java/org/apache/doris/common/LoadException.java =>
be/src/util/utf8_check.h (70%)
create mode 100644 be/test/util/utf8_check_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]