You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by Daniel Haviv <da...@gmail.com> on 2017/06/25 09:11:49 UTC

Reading column metadata (Max/Min)

Hi,
I'm using getMinBytes/getMaxBytes to read columns' metadata. After getting
a byteArray I need to cast it to the adequate data type.

Is there a better way then using a case/switch on getType given that some
types are logical and require a more complex logic ?

Thank you.
Daniel