Reading a .parquet.gz , gzipped parquet file in pyspark

Viewed 628

Hi i am trying to read parquet file which has been compressed and saved as sample.parquet.gz file in spark , if someone can tell me how to do that ?

PS- I understand i can easily read gz.parquet file in spark but i want to read a parquet which is commpressed using gzip

0 Answers
Related