f79ec8ea7e
[test](regression-test) fix case bug suites/export/test_array_export.groovy ( #29783 )
2024-01-16 18:30:22 +08:00
20ff53c7ee
[regression-test](fix) fix case bug when define local variable ( #23785 )
2023-09-02 21:59:23 +08:00
467e48053b
[FIX](regresstest) fix regress test for export with scp files ( #23417 )
...
* fix regress test for export with scp
* fix outfile and outputfilepath
2023-08-25 09:22:34 +08:00
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
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
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
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