belugabehr commented on pull request #421:
URL: https://github.com/apache/hive/pull/421#issuecomment-639080487


   Thanks for the contribution. 
   
   By default, the JSON SerDe in Hive does not handle "Standard" JSON.  Each 
JSON object is on it's own line:
   
   ```
   {"name":"Joe","age":24}
   {"name":"Mary","age":28}
   ...
   ```
   
   It would be great to have some symmetry here.  Any ideas on how to enable 
such a behavior?  It can be added in a follow-up JIRA, just curious if you have 
any thoughts.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to