-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GLUTEN-6262][CH]Json input format ignore key case #6263
What changes were proposed in this pull request? (Please fill in changes proposed in this fix) (Fixes: #6262) this pr is depend on clickhouse pr: ClickHouse/ClickHouse#61750 How was this patch tested? test by ut
- Loading branch information
1 parent
8300f3b
commit 2be6c86
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
backends-clickhouse/src/test/resources/text-data/json-settings/data.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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{"a":1,"b":2,"c":3} | ||
{"a":"a5", "B":"b6", "c":7} | ||
{"a":"4"} | ||
{"t":{"ta":"cc","tb":100,"tc":1.234}} | ||
{"t":{"ta":"cc","tb":100,"td":"ignore"}} |
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