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

Reply via email to