6fab1cbf3c
[feature-wip](array-type) Add array functions size and cardinality ( #9921 )
...
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-06-09 15:03:03 +08:00
9bc82542fd
[test] add bitmap index regression test ( #10008 )
2022-06-09 12:19:07 +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
688f8f6e90
[test] Fix date function regression test case. ( #9966 )
2022-06-09 00:33:35 +08:00
99fb830023
[feature] datetime column type support auto-initialized with default … ( #9972 )
2022-06-09 00:28:03 +08:00
b6c45327ed
[revert](test) delete bitmap_index test case ( #9999 )
...
This test may cause endless loop
2022-06-08 08:56:23 +08:00
49d4798276
[fix](function) fix bug in time_round function ( #9712 )
2022-06-06 08:58:22 +08:00
26ea51da00
[test]Add regression test method for agg function ( #9929 )
...
* Add regression test method for regression function
* Add regression test method for regression function
* Add regression test case for math function
* delete math function
Co-authored-by: manyi <fop@freeoneplus.com >
2022-06-04 13:31:48 +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
df3406da30
[test]add string sql functions test case ( #9904 )
...
* add string sql functions test case
* add like and regexp function case vectorized true
* Cancellation of Chinese language Test
* Cancel the Chinese test for the second time
2022-06-02 14:53:07 +08:00
0be1b0d242
[regressiontest]add json function test case ( #9917 )
2022-06-02 14:52:39 +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
2ad38e6ab2
[regressiontest]add hash function test case ( #9918 )
2022-06-02 14:51:25 +08:00
f681c0891f
[regression test]add encryption function test case ( #9920 )
2022-06-02 14:47:32 +08:00
e896fffd76
[Vectorized][Function] fix bitmap_intersect get wrong result ( #9907 )
2022-06-01 23:51:52 +08:00
2082d0a01f
[optimize](planner)remove redundant conjuncts on plan node ( #9819 )
2022-06-01 23:43:08 +08:00
827b948d69
[test] Add datetime function test for regression test. ( #9897 )
...
* Modify export example in en and zh-cn doc.
* Add datetime function test for regression test.
* Add some invalid date to convert_tz
Co-authored-by: smallhibiscus <844981280>
2022-06-01 12:31:22 +08:00
2e0d05e0dc
[test]add gis function test case ( #9888 )
2022-06-01 08:12:34 +08:00
7b65995400
[test] add rollup test for regression-test ( #9832 )
2022-06-01 08:08:56 +08:00
ec546e287b
[regressiontest]Adding Window Funnel function causes be crash for regression test ( #9889 )
2022-06-01 08:06:25 +08:00
ec5027a00a
[regressiontest]add bitmap index test case ( #9880 )
2022-05-31 19:18:43 +08:00
3025a23f83
[test]Add MATERIALIZED VIEW test for regression test ( #9855 )
...
* add MATERIALIZED VIEW test
* Fix DESC message does not match out file
* fix
2022-05-31 19:17:56 +08:00
dc39a9acc9
[test]add update test ( #9829 )
2022-05-30 16:07:54 +08:00
63786df253
[test]Add schema change for regression test ( #9836 )
...
* add alter table column test
* add test date
* add cancelled state judge
2022-05-30 16:06:17 +08:00
7b98dd438d
[feature](function) Add nvl function ( #9726 )
2022-05-30 09:43:00 +08:00
080c70f32d
[regression test]Add regression test case for multiple column delete. ( #9817 )
...
Co-authored-by: smallhibiscus <844981280>
2022-05-30 09:01:25 +08:00
c5369d3220
[bugfix] Fix create table like when having hidden columns ( #9694 )
2022-05-29 18:02:16 +08:00
e231273ddf
[fix](sql-block-rule) sql block rule NPE ( #9778 )
2022-05-29 16:21:00 +08:00
6698f63dec
[fix](function) If function adds type inference ( #9728 )
2022-05-26 22:43:18 +08:00
2725127421
[fix] group by with two NULL rows after left join ( #9688 )
...
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-05-25 16:43:55 +08:00
500c36717d
[Bug-Fix][Vectorized] Full join return error result ( #9690 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-05-23 13:29:37 +08:00
0f9ef26576
[Bug] Fix timestamp_diff issue when timeunit is year and month ( #9574 )
2022-05-19 21:24:43 +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
6602adf499
[regression test] Add compaction regression test case for different data models ( #9660 )
2022-05-18 17:12:20 +08:00
bfb1ab059d
[BUG] fix information_schema.columns results not correctly on vec engine ( #9612 )
...
* VSchemaScanNode get_next bugfix
* add regression-test case for VSchemaScanNode
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-05-18 07:44:32 +08:00
b6f5c89f6c
[regression test] add some case for json load regression test ( #9614 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-05-18 07:43:51 +08:00
7d9c25e718
[config] Remove some old config and session variable ( #9495 )
...
1. Remove session variable "enable_lateral_view"
2. Remove Fe config: enable_materialized_view
3. Remove Fe config: enable_create_sync_job
4. Fe config dynamic_partition_enable is only used for disable dynamic partition scheduler.
2022-05-17 22:37:11 +08:00
d95fe08458
[feature] group_concat support distinct ( #9576 )
2022-05-17 19:29:47 +08:00
1cc9653bd8
[Bug][Vectorized] Fix BE crash with delete condition and enable_storage_vectorization ( #9547 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-05-17 14:01:22 +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
86c9227dbb
[regression test]add the regression test for json load ( #9517 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-05-12 16:08:03 +08:00
a738d385db
[regression] add regression test for compaction ( #9437 )
...
Trigger compaction via REST API in this case.
2022-05-11 09:40:21 +08:00
7e86c1beab
[fix] UT MathFunctionTest.round_test fix ( #9447 )
...
Function round support two format round(double) and round(double, int), the argument is variadic.
But FunctionBinaryArithmetic not support variadic argument now, make get_function for round(double, int) failed.
reproduce steps:
1. set enable_vectorized_engine=true;
2. try to call round(double, int);
```
> select round(10.12345,2);
ERROR 1105 (HY000): errCode = 2, detailMessage = Function round is not implemented
```
2022-05-09 09:37:27 +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
23d673a178
[fix](vectorized) Fix bug of outer join with delete column ( #9315 )
2022-05-05 09:42:48 +08:00
eed62695e1
[fix](function) handle merge in window_funnel_init and add test ( #9338 )
2022-05-03 22:37:06 +08:00
d2374dbd5e
[fix](Lateral-View) fix outer combinator not work on non-vectorized ( #9212 )
2022-05-01 22:09:50 +08:00
c077fafe76
[test](storage)duplicate model storage layer regression-test ( #9285 )
...
* duplicate model storage layer regression-test
* use insert values for batch
Co-authored-by: Wang Bo <wangbo36@meituan.com >
2022-04-29 10:42:09 +08:00
7cfebd05fd
[fix](hierarchical-storage) Fix bug that storage medium property change back to SSD ( #9158 )
...
1. fix bug described in #9159
2. fix a `fill_tuple` bug introduced from #9173
2022-04-26 10:15:19 +08:00