Parquet errors (from other thread but am blocked from posting again there due to 3 reply limit !?)

(seems there is a 3 reply limit on topics). Let me know if I am being abusive.

I am just save some data as parquet from the UI, then trying to load via:

pd.read_parquet('filename.parquet')

This is using the pyarrow engine. Is there a test suite in Dremio? Could be a good time to add a UI->to_parquet->read_parquet->to_Dremio-> round trip test.

I get his error as well

Hi @cottreld

Was you create table $scratch successful? What happens if you do New Query - "select * from $scratch.<tale_name>?

Thanks
@balaji.ramaswamy