HyukjinKwon commented on code in PR #42380:
URL: https://github.com/apache/spark/pull/42380#discussion_r1286568544
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JacksonParser.scala:
##########
@@ -286,7 +286,14 @@ class JacksonParser(
}
case VALUE_NUMBER_INT =>
- parser.getLongValue * 1000000L
Review Comment:
Can we throw an exception instead?
--
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]