Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.3.0
-
None
Description
The CREATE TABLE LIKE PARQUET statement works on the file attached. However, executing
Select * from table20
causes the following error:
File 'hdfs://localhost:20500/taras/table20.parquet' has an incompatible Parquet schema for column 'taras_tmp.table20.col2'. Column type: DECIMAL(9, 2), Parquet schema:
required byte_array col2 [i:1 d:0 r:0]
This is supported according to the Parquet spec: https://github.com/Parquet/parquet-format/blob/master/LogicalTypes.md#decimal
Attachments
Attachments
Issue Links
- relates to
-
IMPALA-5542 Impala cannot scan Parquet decimal stored as int64_t/int32_t
- Resolved
-
IMPALA-2515 Impala rejects Parquet schemas where decimal fixed_len_byte_array columns have unnecessary padding bytes
- Resolved