widening primitive conversion in parquet dictionary

2018-09-27 Thread Swapnil Chougule
Hi Is there widening primitive conversion support in parquet dictionary? I could see only same type methods are implemented in dictionary https://github.com/apache/parquet-mr/blob/master/parquet-column/src/main/java/org/apache/parquet/column/values/dictionary/PlainValuesDictionary.java I came

Overridden methods of dictionary

2019-02-25 Thread Swapnil Chougule
Hi Folks, Abstract class Dictionary contains methods: public Binary decodeToBinary(int id) public int decodeToInt(int id) public long decodeToLong(int id) public float decodeToFloat(int id) public double decodeToDouble(int id) public boolean decodeToBoolean(int id) These are subsequently