Khaja_Zaffer
Esteemed Contributor

Hello good day @Hritik_Moon 

That incompatible format is expected as when you try to read in parquet because of presence of delta_log created with delta format which follows acid principals its like AnalysisException.

recommended would be read in delta format only 

else: the alternative would be copy those .snappy.parquet files or file into a desired folder and read them seperately. 

Let me share a medium article I found for this issue: 
https://medium.com/%40ishanpradhan/how-to-read-a-snappy-parquet-file-in-databricks-696538cd0efc

 

Thank you. 
I am waiting for the solution from other contributors as well. they can share their approach.