You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/04/30 08:39:02 UTC

[GitHub] [iceberg] gszadovszky opened a new issue #2546: Dictionary filter for Parquet does not handle FIXED_LEN_BYTE_ARRAY

gszadovszky opened a new issue #2546:
URL: https://github.com/apache/iceberg/issues/2546


   If a Parquet file contains dictionary encoded `FIXED_LEN_BYTE_ARRAY` values (e.g. `DECIMAL`s) the related filtering throws an `IllegalArgumentException: Cannot decode dictionary of type: FIXED_LEN_BYTE_ARRAY`. I guess the library is not prepared for dictionary encoded `FIXED_LEN_BYTE_ARRAY` values because parquet-mr does not write such encoding for these values (for V1 at least) but it is not a specified behavior so other implementations (like Impala) may write them.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue closed issue #2546: Dictionary filter for Parquet does not handle FIXED_LEN_BYTE_ARRAY

Posted by GitBox <gi...@apache.org>.
rdblue closed issue #2546:
URL: https://github.com/apache/iceberg/issues/2546


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org