This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 16bc5fa [Bug] fix violating C/C++ aliasing rules cause a error hash value in decimal value (#6348) add d1007af Use fmt and std::from_chars to make convert integer to string and convert string to integer more efficient (#6361) No new revisions were added by this update. Summary of changes: be/src/exec/es_scan_node.cpp | 5 +-- be/src/exec/odbc_connector.cpp | 7 ++-- be/src/exprs/cast_functions.cpp | 22 ++++-------- be/src/olap/reader.cpp | 60 +++++++++++++++++--------------- be/src/runtime/fold_constant_mgr.cpp | 24 +++++-------- be/src/runtime/large_int_value.cpp | 16 ++------- be/src/runtime/large_int_value.h | 22 ++---------- be/src/runtime/mysql_result_writer.cpp | 7 ++-- be/src/util/arrow/row_batch.cpp | 11 +++--- be/src/util/date_func.cpp | 11 ++---- be/test/runtime/large_int_value_test.cpp | 9 +++++ 11 files changed, 71 insertions(+), 123 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org