This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 8b94b9e5d42 [fix](mtmv) Fix filter position different but same causing rewritten by materialized view fail (#44575) add 4ce20d129f3 [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