-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GLUTEN-3750][CH]Bug fix json parse error (#3751)
What changes were proposed in this pull request? (Please fill in changes proposed in this fix) (Fixes: #3750 #3808) How was this patch tested? TEST BY UT (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
- Loading branch information
1 parent
5580393
commit 27ca04c
Showing
4 changed files
with
66 additions
and
29 deletions.
There are no files selected for viewing
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
backends-clickhouse/src/test/resources/text-data/abnormal-json/data1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1{"v":"a"}\0\0\0 | ||
2{"v":"b"}\a\b\b | ||
3{"v":"c"}abcd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters