Hisoka-X commented on code in PR #40632:
URL: https://github.com/apache/spark/pull/40632#discussion_r1199748611
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JacksonParser.scala:
##########
@@ -119,8 +119,9 @@ class JacksonParser(
} else {
new NoopFilters
}
- (parser: JsonParser) => parseJsonToken[Iterable[InternalRow]](parser, st) {
- case START_OBJECT => convertObject(parser, st, fieldConverters,
jsonFilters, isRoot = true)
+ (parser: JsonParser) =>
+ parseJsonToken[Iterable[InternalRow]](parser, st) {
+ case START_OBJECT => convertObject(parser, st, fieldConverters,
jsonFilters, isRoot = true)
Review Comment:
Sorry for that, I forgot do check after commit.
--
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]