Description
Changes in HIVE-7390 break backward compatibility for beeline csv and tsv formats.
This can cause problems for users upgrading to hive 0.14, if they have code for parsing the old output format. Instead of removing the old format in this release, we should consider it deprecated and support it in a few releases before removing it completely.
Incompatible Changes in the tsv and csv formats-
- Old format quoted every field. New format quotes only fields that contain a delimiter or the quoteing char.
- Old format quoted using single quotes, new format quotes using double quotes
- Old format didn't escape quotes in a field (a bug). New format does escape the quotes
Attachments
Attachments
Issue Links
- contains
-
HIVE-8544 Beeline SeparatedValuesOutputFormat (csv/tsv/dsv) wraps the results with extra double quotes
- Resolved
- is broken by
-
HIVE-7390 Make single quote character optional and configurable in BeeLine CSV/TSV output
- Closed
- is related to
-
HIVE-14632 beeline outputformat needs better documentation
- Resolved
- supercedes
-
HIVE-8544 Beeline SeparatedValuesOutputFormat (csv/tsv/dsv) wraps the results with extra double quotes
- Resolved
- links to