Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hive's output formats are currently given a list of binary blobs to store, which severely limits the options for file formats. I'd like to create a new OutputFormat interface that provides:
- table properties
- object inspector for the row
- type info for the row
The RecordWriter would be passed the internal row object.
Attachments
Issue Links
- relates to
-
HIVE-1133 Refactor InputFormat and OutputFormat for Hive
- Open