HyukjinKwon commented on a change in pull request #33747:
URL: https://github.com/apache/spark/pull/33747#discussion_r689986209
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JacksonParser.scala
##########
@@ -197,12 +197,12 @@ class JacksonParser(
case VALUE_STRING if parser.getTextLength >= 1 =>
// Special case handling for NaN and Infinity.
- parser.getText match {
Review comment:
do you know if there's any JSON specification for this? last time I
fixed it like this to keep the behaviour for now.
It would be great to check how other libraries or Jackson handles this.
e.g., `allowNonNumericNumbers` option.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]