MaxGekk opened a new pull request #24309: [SPARK-27398][SQL] Refactoring of 
CreateJacksonParser.getStreamDecoder
URL: https://github.com/apache/spark/pull/24309
 
 
   ## What changes were proposed in this pull request?
   
   In the PR, I propose to simplify the `CreateJacksonParser.getStreamDecoder` 
method, and use `InputStreamReader` instead of creating `ReadableByteChannel` 
and do the channel decoding via `StreamDecoder.forDecoder`. Also I replaced 
returned type by `Reader` and renamed the method from `getStreamDecoder` to 
`getReader`.
   
   ## How was this patch tested?
   
   by `JsonSuite`, `JsonFunctionsSuite` and `JsonExpressionsSuite`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to