Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
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
Example
Binary Data: Hello world! Current BINARY output: [72, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100, 33] Proposed BINARY output: SGVsbG8gd29ybGQh
Attachments
Issue Links
- links to