61d9bd2ba1
[fix](regression) fix export file test cases ( #20463 )
2023-06-06 20:07:31 +08:00
ee34b6de2d
[Refact] (serde) refact mysql serde with data type ( #19543 )
...
refact mysql output (de)serialize with data type serde , avoid accoriding switch case Primitive type writed in mysqlWriter
2023-05-26 14:11:17 +08:00
6762af3c9b
[Improve](struct)improve struct support into outfile ( #19894 )
...
support select into outfile for struct type
2023-05-22 18:45:56 +08:00
1b2aaab2f2
[vectorized](bug) fix some case in enable fold constant ( #17997 )
...
fix some case in enable fold constant
2023-03-31 11:41:31 +08:00
ea41d94582
[Improve](complex-type) Support Count(complexType) ( #17868 )
...
Support count function for ARRAY/MAP/STRUCT type
2023-03-30 15:43:32 +08:00
1a3c6b7ed9
[bugfix](testcase) use different table name in map testcases to avoid confilt ( #18077 )
2023-03-24 17:43:18 +08:00
3a6c0e7867
[fix](regression) fix test_array_export and test_map_export dir conflict #17636
...
regression test test_array_export and test_map_export use same output dir, if they run at the same time, the cases will failed.
2023-03-13 10:35:50 +08:00
8b70bfdc31
[Feature](map-type) Support stream load and fix some bugs for map type ( #16776 )
...
1、support stream load with json, csv format for map
2、fix olap convertor when compaction action in map column which has null
3、support select outToFile for map
4、add some regression-test
2023-02-19 15:11:54 +08:00
32b1456b28
[feature-wip](array) remove array config and check array nested depth ( #13428 )
...
1. remove FE config `enable_array_type`
2. limit the nested depth of array in FE side.
3. Fix bug that when loading array from parquet, the decimal type is treated as bigint
4. Fix loading array from csv(vec-engine), handle null and "null"
5. Change the csv array loading behavior, if the array string format is invalid in csv, it will be converted to null.
6. Remove `check_array_format()`, because it's logic is wrong and meaningless
7. Add stream load csv test cases and more parquet broker load tests
2022-10-20 15:52:31 +08:00
fc605779ed
[fix](array-type) support to export the array type to hdfs ( #12504 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-09-12 10:23:33 +08:00
f66e42f848
[optimization](array-type) support the decimal/datetime as the nest type of array in print_value ( #11784 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-08-19 17:59:09 +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
33053ad1fe
[improvement](outfile) support multibyte separator in outfile clause ( #11487 )
2022-08-04 09:06:06 +08:00
2c35abe940
[bugfix]fix core dump on outfile with expr ( #10491 )
...
remove log
2022-06-29 20:38:49 +08:00
3b6451273b
[regression test]fix test_outfile to use user regression conf ( #10123 )
2022-06-16 10:58:36 +08:00
acd62a2137
[Improvement] add regression test for outfile ( #10058 )
2022-06-13 15:02:30 +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