8b03977689
fix bug that last line of data lost for stream load when line delimiter is more than one character ( #13066 )
2022-10-07 16:12:05 +08:00
fb9e48a34a
[fix](vstream load) Fix bug when load json with jsonpath ( #12660 )
2022-09-19 10:13:18 +08:00
3030a3606a
[fix](load) fix stream load fail when setting strict mode ( #12684 )
2022-09-17 17:02:11 +08:00
2a063355ad
[fix](vstream load) Fix the default value insertion problem when importing json ( #12601 )
...
* [fix](vstream load) Fix the default value insertion problem when importing json
* update
2022-09-16 09:54:45 +08:00
353f9e3782
[regression](json) add a nullable case for stream load with json format ( #12505 )
2022-09-13 10:45:01 +08:00
a536030979
[FOLLOWUP](load) fix nullable and add regression ( #12375 )
...
* [FOLLOWUP](load) fix nullable and add regression
2022-09-08 00:05:04 +08:00
f3f17eb222
[Bugfix](load) fix be will coredump when parsing malformed json file using simdjson ( #12062 )
...
* [Bugfix](load) fix be will coredump when parsing malformed json file using simdjson
2022-08-26 18:01:19 +08:00
cfb90b39c7
(vec-stream-load-json) simdjson throw execption lead to core dump ( #11880 )
...
when config::enable_simdjson_parser=true in vec streamload, may lead to core dump when json input invalid format string like '{ "a', or all the fields is null like '{}', this may lead to simdjson lib throw some unhandled expection like `Objects and arrays can only be iterated when they are first encountered`.We should take care of these cases
Signed-off-by: eldenmoon <15605149486@163.com >
2022-08-18 10:27:34 +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