-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Null literals to be not parsed as string when mixed types as stri…
…ng is enabled in JSON reader (#14939) Fixes #14864 `null` literal should be ignored (considered as null) during parsing while handling mixed types. Unit tests of complex scenarios are added to test this as well. Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - MithunR (https://github.com/mythrocks) - Andy Grove (https://github.com/andygrove) - Shruti Shivakumar (https://github.com/shrshi) - https://github.com/nvdbaranec URL: #14939
- Loading branch information
1 parent
efae666
commit 753bf3e
Showing
4 changed files
with
208 additions
and
59 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.