Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
Description
Some code in the Parquet Serde deals with decimal and other does not. For example in ETypeConverter we convert Decimal to double (which is invalid) whereas in DataWritableWriter and other locations we throw an exception if decimal is used.
This JIRA is to implement decimal support.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-5783 Native Parquet Support in Hive
- Resolved
- is related to
-
HIVE-7123 Follow-up of HIVE-6367
- Closed
-
HIVE-19069 Hive can't read int32 and int64 Parquet decimal values
- Resolved
-
HIVE-7022 Replace BinaryWritable with BytesWritable in Parquet serde
- Closed
-
HIVE-6366 Refactor some items in Hive Parquet
- Open
- relates to
-
HIVE-7073 Implement Binary in ParquetSerDe
- Resolved
-
HIVE-7787 Reading Parquet file with enum in Thrift Encoding throws NoSuchFieldError
- Reopened