Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
A CSVSerde based on OpenCSV has been added. This Serde works for most CSV data, but does not handled embedded newlines. To use the Serde, specify the fully qualified class name org.apache.hadoop.hive.serde2.OpenCSVSerde.
Description
There is no official support for csvSerde for hive while there is an open source project in github(https://github.com/ogrodnek/csv-serde). CSV is of high frequency in use as a data format.
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-1603 support CSV text file format
- Resolved
- is related to
-
HIVE-13708 Create table should verify datatypes supported by the serde
- Open
-
HIVE-8763 Support for use of enclosed quotes in LazySimpleSerde
- Open
-
HIVE-13709 OpenCSVSerde should support tables non string columns in tables
- Open