This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44642-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from d9ef316cdbf branch-2.1: [fix](catalog) Fix infinity partition key toSql #44834 (#44890) add 00bd127a250 [improve](ut) update data type ut and take datatype ip for example (#44642) No new revisions were added by this update. Summary of changes: .../vec/data_types/common_data_type_serder_test.h | 366 +++++++++++++++++++++ be/test/vec/data_types/common_data_type_test.h | 228 +++++++++++++ be/test/vec/data_types/data_type_ip_test.cpp | 252 ++++++++++++++ 3 files changed, 846 insertions(+) create mode 100644 be/test/vec/data_types/common_data_type_serder_test.h create mode 100644 be/test/vec/data_types/common_data_type_test.h create mode 100644 be/test/vec/data_types/data_type_ip_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org