This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-41001-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from fbc9a907547 [fix](test) fix some unstable external p0 test cases #42685 (#43317) add d09fc60ff36 [cases](ip) improve cases for ip functions (#41001) No new revisions were added by this update. Summary of changes: .../nereids_function_p0/fn_test_ip_invalid.csv | 31 + .../data/nereids_function_p0/fn_test_ip_normal.csv | 72 + .../nereids_function_p0/fn_test_ip_nullable.csv | 100 + .../nereids_function_p0/fn_test_ip_special.csv | 29 + .../fn_test_ip_special_no_null.csv | 28 + .../nereids_function_p0/scalar_function/IP.out | 11779 +++++++++++++++++++ .../data/nereids_function_p0/test_ip.csv | 100 + .../suites/nereids_function_p0/load.groovy | 305 + .../nereids_function_p0/scalar_function/IP.groovy | 272 + 9 files changed, 12716 insertions(+) create mode 100644 regression-test/data/nereids_function_p0/fn_test_ip_invalid.csv create mode 100644 regression-test/data/nereids_function_p0/fn_test_ip_normal.csv create mode 100644 regression-test/data/nereids_function_p0/fn_test_ip_nullable.csv create mode 100644 regression-test/data/nereids_function_p0/fn_test_ip_special.csv create mode 100644 regression-test/data/nereids_function_p0/fn_test_ip_special_no_null.csv create mode 100644 regression-test/data/nereids_function_p0/scalar_function/IP.out create mode 100644 regression-test/data/nereids_function_p0/test_ip.csv create mode 100644 regression-test/suites/nereids_function_p0/scalar_function/IP.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org