This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-41001-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 443e87e2032 2.1.7-rc03 (#43338)
add 0bd2cec0016 [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: [email protected]
For additional commands, e-mail: [email protected]