[
https://issues.apache.org/jira/browse/HIVE-9788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ferdinand Xu updated HIVE-9788:
-------------------------------
Release Note:
beeline --disableQuotingForSV=true --verbose=true -u
jdbc:hive2://localhost:10000
issuing: !connect jdbc:hive2://localhost:10000 '' ''
Connecting to jdbc:hive2://localhost:10000
Connected to: Apache Hive (version 1.2.0-SNAPSHOT)
Driver: Hive JDBC (version 1.2.0-SNAPSHOT)
Transaction isolation: TRANSACTION_REPEATABLE_READ
Beeline version 1.2.0-SNAPSHOT by Apache Hive
0: jdbc:hive2://localhost:10000> !outputformat csv2
0: jdbc:hive2://localhost:10000> select * from test;
Getting log thread is interrupted, since query is done!
test.a,test.b
28,"aa"
37,a"b
2 rows selected (1.421 seconds)
> 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
> Assignee: Ferdinand Xu
> Attachments: HIVE-9788.patch
>
>
> 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)