Description
This is the sub task of REEF-1771. This issue addresses reading parquet files and representing them as in-memory objects, given DataContracts of the objects. It first launches a Java process to deserialize parquet objects to an avro file, then in C# it is parsed as in-memory objects.
Initial PR is here[1].