Can you create a JIRA and post a small sample file that illustrates the problem?
On Thu, Jul 16, 2015 at 2:12 AM, Usman Ali <[email protected]> wrote: > Hi, > I am having trouble querying a parquet file generated using Apache > Spark. > *"Select * from `file.parquet` "* works fine but when I try to select only > some fields of parquet files it returns Null values. i.e.* "Select field1 > from `file.parquet` "* returns only Null values. No, "field1" does not > contain any Null values. > Note that this is not an issue when I query a parquet file which is not > generated by Apache Spark. > Any insights? > > Regards, > Usman |Ali >
