Drillers,

With the new parquet library update, can someone throw some light on the
order in which the records are read from a single parquet file?

With the older library, when I run the below query on a single parquet
file, I used to get a set of records. Now after the parquet library update,
I am seeing a different set of records. Just wanted to understand what
specifically has changed.

select * from `file.parquet` limit 5;

- Rahul

Reply via email to