HyukjinKwon commented on issue #23325: [SPARK-26376][SQL] Skip inputs without 
tokens by JSON datasource
URL: https://github.com/apache/spark/pull/23325#issuecomment-447618862
 
 
   Yea, correct. One of the behaviour changes was, 
   
   An empty string (no JSON token) produces a row of nulls (`Row(null, null 
...)`) in both JSON datasource and JSON functions.
   
   1. JSON datasource previously ignored this
   2. JSON functions produced `null` instead of `Row(null, null ...)`.
   
   However, we're reverting one case of both now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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