c1fbee7fe1
[fix] the nullable info is lost in ifnull expr ( #11212 )
...
ifnull function has defect when processing nullable column or const column in some case
2022-07-29 21:33:58 +08:00
a1599e3f6a
[regression test]update test_conditional_function ( #11244 )
2022-07-27 14:39:40 +08:00
6933f5e328
[fix] need materialize condition conlumn in if function ( #11229 )
2022-07-27 12:24:41 +08:00
93cb80c9cb
[test] use suffix of directory as group name and use directory as dbname ( #11142 )
...
* use suffix of directory as group name and use directory as dbname
We can rename tpcds_sf1 to tpcds_sf1_p1, then tpcds_sf1 will be in group
p1. We will group cases to p0, p1, p2, p3 in the future.
p0: function cases running in seconds.
p1: cases with expected out running in minutes, like tpcds_sf1
p2: cases with expected out running in hours, like tpcds_sf10 tpcds_sf100
p3: cases without without expected out to test core dump.
2022-07-25 12:10:31 +08:00
4719d4705f
[regression] update test framework and fix cases ( #10686 )
...
and regression test exclude suite test_create_table_with_bloom_filter temporarily.
Co-authored-by: stephen <hello-stephen@qq.com >
2022-07-13 10:16:16 +08:00
0361c5b0cf
[TEST] use DB in config file instead of hard coding ( #10321 )
2022-06-22 14:37:15 +08:00
7792aebd21
[test]add conditional function test case ( #9913 )
...
* add conditional function test case
* Update test_conditional_function.groovy
Delete useless code
* optimize the code
2022-06-02 14:52:03 +08:00
7b98dd438d
[feature](function) Add nvl function ( #9726 )
2022-05-30 09:43:00 +08:00
6698f63dec
[fix](function) If function adds type inference ( #9728 )
2022-05-26 22:43:18 +08:00
498f50a837
[regression-test] update test case dir which divided by basic functions ( #9084 )
...
1. Add test case dir.
2. Add some test suites.
2022-04-21 11:55:41 +08:00