02a3f21b65
[fix](analyzer) InferFilterRule bug: equations in on clause of outer/anti join are not inferable. ( #11515 )
2022-08-11 09:36:43 +08:00
1701ffa7c0
[fix](planner)push constant expr in predicate to outer join's other conjuncts by mistake ( #11527 )
...
constant expr in predicate should not be pushed to outer join's other conjuncts
2022-08-08 20:56:08 +08:00
60b5ed16a8
[improvement](test) move correctness and account suites to p0 while tpcds_sf1 t0 p1 ( #11350 )
2022-08-02 11:23:01 +08:00
d9fab77100
[fix](planner)LateralViewRef#toSql throw NPE if it is not analyzed ( #11221 )
2022-07-27 14:44:27 +08:00
2ed46eee64
[bugfix] fix coredump caused by nullable const column compare to non-nullable const column ( #11227 )
2022-07-27 12:00:26 +08:00
4d95bb4888
[regression-test]Add order-by to qt_groupby in correctness/table_valued_function ( #11219 )
2022-07-27 10:07:34 +08:00
3e3b2d15d4
[bug]string pad functions should always be nullable ( #11140 )
...
* string pad functions should always be nullable
2022-07-26 10:20:11 +08:00
ca0906626f
[BUG] fix bitmap function bug ( #10502 )
...
* fix bitmap function bug
* add regression test
2022-07-01 15:30:16 +08:00
17eb8c00d3
[feature] add table valued function framework and numbers table valued function ( #10214 )
2022-06-28 14:01:57 +08:00
59b3023adf
[fix](regression)bucket shuffle join with collocate table should use order_qt ( #10082 )
2022-06-14 15:34:39 +08:00
bf984c1e80
[test] Add drop force to cases associated with ALTER operations ( #10049 )
2022-06-12 21:27:44 +08:00
3f575e3e7c
[fix](planner) produce wrong result when use bucket shuffle join with colocate left table ( #10045 )
...
When plan bucket shuffle join, we need to know left table bucket number.
Currently, we use tablet number directly based on the assumption that left table has only one partition.
But, when left table is colocated table, it could have more than one partition.
In this case, some data in right table will be dropped incorrectly and produce wrong result for query.
reproduce could follow regression test in PR.
2022-06-11 21:44:47 +08:00
bf8b4fb2d3
[Bugfix] be crash when executing sql contains bitmap_intersect function ( #9910 )
...
* fix bitmap serialize bug
* add regression test for bitmap seralize bugfix
* add missing regression test out file
* fix reggresion test failed issue
2022-06-09 08:45:46 +08:00
99fb830023
[feature] datetime column type support auto-initialized with default … ( #9972 )
2022-06-09 00:28:03 +08:00
49d4798276
[fix](function) fix bug in time_round function ( #9712 )
2022-06-06 08:58:22 +08:00
3031919e8f
[fix] (planner) slot nullable does not set correctly when plan outer join with inline view ( #9927 )
...
- set inline view's slot descriptor to nullable in register column ref
- propagate slot nullable when generate inline view's query node in SingleNodePlanner
2022-06-03 17:50:10 +08:00
e896fffd76
[Vectorized][Function] fix bitmap_intersect get wrong result ( #9907 )
2022-06-01 23:51:52 +08:00
a3183ec45c
[fix](planner) unnecessary cast will be added on children in CaseExpr sometimes ( #9600 )
...
unnecessary cast will be added on children in CaseExpr because use symbolized equal to compare to `Expr`'s type.
it will lead to expression compare mistake and then lead to expression substitute failed when use `ExprSubstitutionMap`
2022-05-18 22:44:51 +08:00
953429e370
[fix](function) fix last_value get wrong result when have order by clause ( #9247 )
2022-05-15 23:56:01 +08:00
fa6e4db4ca
[fix](Function) fix case when function return null with abs function ( #9493 )
2022-05-14 09:50:45 +08:00
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