Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-6
Description
This is similar to IMPALA-2515, except relates to a different precision/scale in the file metadata rather than just a mismatch in the bytes used to store the data. In a lot of cases we should be able to convert the decimal type on the fly to the higher-precision type.
ERROR: File '/hdfs/path/000000_0_x_2' column 'alterd_decimal' has an invalid type length. Expecting: 11 len in file: 8
It would be convenient to allow reading parquet files where the precision/scale in the file can be converted to the precision/scale in the table metadata without loss of precision.
Attachments
Attachments
Issue Links
- breaks
-
IMPALA-10808 Crash of illegal decimal schema in test_fuzz_decimal_tbl
- Resolved
- is related to
-
IMPALA-6373 Allow type widening primitive conversion on parquet tables
- Resolved