fd11a6b493
[fix][feature](Function) fix return type && support hll_union_agg/group_concat agg to window function ( #9119 )
2022-05-07 20:44:04 +08:00
cdd1b6d6dd
[fix](function) fix lag/lead function return invalid data ( #9076 )
2022-04-26 09:34:46 +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
7634e55513
[fix] fix p0 test failed because of char type cannot convert to datetime ( #8996 )
...
fix p0 test failed because of char type cannot convert to datetime
2022-04-15 15:16:00 +08:00
9ac6d23a44
[Feature]support stddev/variance agg functions to window function ( #8962 )
2022-04-14 12:07:26 +08:00
8a066e2586
[fix](vectorized) core dump on ST_AsText ( #8870 )
2022-04-11 09:39:32 +08:00
453485abfb
[Bug] Fix some bugs(rewrite rule/symbol transport) of like predicate ( #8770 )
2022-04-08 14:32:09 +08:00
694e6433cc
[feature](test) Add regression test framework ( #8125 )
...
Add scalable regression testing framework(#7584 )
contains
- Test framework making by groovy, and support built-in **readable DSL** named as `Action`
- Demo exists in `${DORIS_HOME}/regression-test/data/demo`
- Chinese doc exist in `${DORIS_HOME}/docs/zh-CN/developer-guide/regression-testing.md`
English document coming soon
2022-02-19 12:05:50 +08:00