amorynan commented on code in PR #45435: URL: https://github.com/apache/doris/pull/45435#discussion_r1890368216
########## regression-test/data/nereids_function_p0/array/test_array_double.csv: ########## @@ -0,0 +1,17 @@ +// this is data case file for array<double> type, contains normal, corner, exceptional data cases +[] +[null] +NULL +// single element +[0.0] +// double min/max value (IEEE 754) +[-1.79769e+308, 1.79769e+308] +// double min/max value + 1 (异常) +[-1.79769e+307, 1.79769e+307] +// double -1-16 +[-1.0, 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0] +// double 0-16 with null +[0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, null, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0] +// all data contains below +[-1.79769e+308, -1.79769e+307, -1.0, 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 1.79769e+307, 1.79769e+308] +[1,1.1,-1,0,0.000000,0.000001,0.0000000000000001,-0.7827311820927767,-0.6997222019775602,0.6547571144385542,-0.9249108129619033,-0.27161961813236046,-0.8509822016865269,-0.025144193739938148,-0.7160429045285339,0.8250354873082724,0.8756039443198336,45.123456,-123.456789,179.999999,89.999999,'1.7976931348623157e+308','2.2250738585072014e-308','-1.7976931348623157e+308','-2.2250738585072014e-308','1.3407807929942596e+154',NULL] Review Comment: done! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org