I have a parquet table in hive with a field of type
decimal (10,2)
Now when I am reading this table in pig using parquet.pig.ParquetLoader , decimal field is getting converted to bytearray and giving junk values.
Is there any solution to this issue?