Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.9.0
-
ghx-label-4
Description
If you run a count query you will see the following in the profile:
File Formats: PARQUET/NONE:1
if you then run a select * you will see the correct compression format:
File Formats: PARQUET/SNAPPY:14
If the correct compression cannot be inferred without reading the data (presuming this happens because Impala just reads the parquet stats) might be better to put nothing at all instead of none. Ideally though SNAPPY would display even on count.
Attachments
Issue Links
- is related to
-
IMPALA-4863 Incorrect accounting of file count and compression type when Runtime filters are applied on partition and non-partition columns
- Resolved
- relates to
-
IMPALA-4863 Incorrect accounting of file count and compression type when Runtime filters are applied on partition and non-partition columns
- Resolved