[
https://issues.apache.org/jira/browse/HIVE-20447?focusedWorklogId=441496&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-441496
]
ASF GitHub Bot logged work on HIVE-20447:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/20 19:52
Start Date: 04/Jun/20 19:52
Worklog Time Spent: 10m
Work Description: 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 441496)
Time Spent: 20m (was: 10m)
> Add JSON Outputformat support
> -----------------------------
>
> Key: HIVE-20447
> URL: https://issues.apache.org/jira/browse/HIVE-20447
> Project: Hive
> Issue Type: Task
> Components: Beeline
> Reporter: Max Efremov
> Assignee: Max Efremov
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-20447.01.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This function is present in SQLLine. We need add it to beeline too.
> https://github.com/julianhyde/sqlline/pull/84
--
This message was sent by Atlassian Jira
(v8.3.4#803005)