[ 
https://issues.apache.org/jira/browse/HIVE-23856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Mollitor updated HIVE-23856:
----------------------------------
    Component/s: Beeline

> Beeline Should Print Binary Data in Base64
> ------------------------------------------
>
>                 Key: HIVE-23856
>                 URL: https://issues.apache.org/jira/browse/HIVE-23856
>             Project: Hive
>          Issue Type: Improvement
>          Components: Beeline
>            Reporter: David Mollitor
>            Assignee: Hunter Logan
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Make binary data formatted as Base64 to make it more parse-able by external 
> applications and easier for humans to convert using a Base64 tool.
> https://github.com/apache/hive/blob/master/beeline/src/java/org/apache/hive/beeline/Rows.java#L165
> {code:none|title=Example}
> Binary Data: Hello world!
> Current BINARY output: [72, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100, 
> 33]
> Proposed BINARY output: SGVsbG8gd29ybGQh
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to