-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parser_json: do not skip time key when parse fails
parser_json: do not skip time key when parse fails The documentation appears to suggest that the time key is discarded from the key after it is "found and parsed", however in the current setup the key is discarded even when parsing fails. This commit resets the `skip` value if the time key parsing fails. Additionally, an internal test case has been added for parser_json to validate the correction. Note: This PR is a backport of PR #7323 Signed-off-by: braydonk <[email protected]>
- Loading branch information
Showing
2 changed files
with
59 additions
and
1 deletion.
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