Hello Dremio,
My company uses a Dremio version 22.1.7, we have been reading parquets from our s3 bucket,
I loaded parquet files from a dataframe with this setings below.
df.to_parquet(path=file_path_name, index=False,compression='snappy')
Dremio was able to read the parquet in the data settings as usual
but when I created a PDS on the file , no records is been returned.