d73e437718
[fix](array-type) fix the be core dump when use string to insert array ( #12728 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-09-30 10:44:27 +08:00
b1db8aef58
[regression](array-type) add some case for array insert ( #12474 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-09-09 11:18:06 +08:00
b8cc576cba
[fix](array-type) add data valid check for ARRAY type while insert or load ( #12283 )
...
Add data valid check for ARRAY type while insert or load
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-09-06 20:48:58 +08:00
8bfb89c100
[feature-wip](array-type) Add some regression tests for nested array ( #12322 )
...
#11392 made _input_block in each BetaRowsetReaders sharable. However, for some types (e.g. nested array with more than 1 depth), the _column_vector_batches in RowBlockV2 can be nested which means that there is a ColumnVectorBatch inside another ColumnVectorBatch. In this case, the data of inner ColumnVectorBatch
may be corrupted because the data of _input_block is copied shallowly to the _output_block.
2022-09-05 14:05:24 +08:00
fba2658a1d
[fix](array-type) fix the be core dump when use collect_list result to insert ( #12045 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-08-26 18:00:43 +08:00
0637c339b1
[fix](array-type) support to insert the largeint in array ( #11868 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-08-18 14:41:07 +08:00
ff1971f916
[improvement](test) add dryRun option and group all cases into either p0 or p1 ( #11576 )
...
1. add dryRun option to list tests
2. group all cases into p0 p1 p2
2022-08-17 22:45:53 +08:00
f2292a3b1d
[Enhancement](array-type) enable_array_type flag update ( #11785 )
...
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-08-16 14:41:57 +08:00
547c18d28b
[feature](load) support CLEAN LABEL stmt ( #11362 )
2022-08-01 10:43:33 +08:00
2c34b6cf2b
optimization the result check for test_json_load ( #11160 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-07-26 17:58:30 +08:00
49a17bea99
[regression]add the cases for csv/orc/parquet file format ( #11082 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-07-22 20:54:34 +08:00
5f6f35e886
Add the supported sub-type for array ( #10824 )
...
1.This pr is used for adding the supported sub-type for array which has been modified in #9916
2.add regression test for the supported sub-type
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-07-21 16:29:17 +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
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
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