apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.84k stars 3.12k forks source link

[fix](serde)fix string deserialize with unescaped char #37251

Open amorynan opened 2 days ago

amorynan commented 2 days ago

before this pr : if we use streamload with unescaped char in json format , we will not deal with it in nested type. like this : image after we will deal with it in output:

|   27 | "双引号"    | [""双引号"", "反斜\线"]       |

Issue Number: close #xxx

github-actions[bot] commented 2 days ago

clang-tidy review says "All clean, LGTM! :+1:"

amorynan commented 2 days ago

run buildall

github-actions[bot] commented 2 days ago

clang-tidy review says "All clean, LGTM! :+1:"

amorynan commented 2 days ago

run p0

github-actions[bot] commented 2 days ago

PR approved by at least one committer and no changes requested.

github-actions[bot] commented 2 days ago

PR approved by anyone and no changes requested.