Ganesh, I think the only object model that supports decoding decimals is parquet-avro. What are you trying to use?
rb On Wed, Apr 12, 2017 at 6:57 AM, ganesh shankar <[email protected]> wrote: > Hi , > > I am reading parquet file present in impala in map reduce.The schema of the > table is having decimal datatype and other data types. > > I am using *ParquetInputFormat *to parse parquet records.In mapper,i am > getting all the column value except decimal. The decimal data type is in > non-readable binary format which I am trying to convert into double is > giving some other value. > > Can you help me out?? > > > Regards, > Ganesh > -- Ryan Blue Software Engineer Netflix
