Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.0
-
None
Description
Limit the number of records read from disk by pushing down the limit to parquet reader.
For queries like
select * from <table> limit N;
where N < size of Parquet row group, we are reading 32K/64k rows or entire row group. This needs to be optimized to read only N rows.
Attachments
Issue Links
- links to