Brock Noland created HIVE-9788: ---------------------------------- Summary: Make double quote optional in tsv/csv/dsv output Key: HIVE-9788 URL: https://issues.apache.org/jira/browse/HIVE-9788 Project: Hive Issue Type: Improvement Reporter: Brock Noland
Similar to HIVE-7390 some customers would like the double quotes to be optional. So if the data is {{"A"}} then the output from beeline should be {{"A"}} which is the same as the Hive CLI. -- This message was sent by Atlassian JIRA (v6.3.4#6332)