You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "fatemah (Jira)" <ji...@apache.org> on 2022/10/31 16:21:00 UTC

[jira] [Created] (PARQUET-2209) Optimize skip for the case that number of values to skip equals page size

fatemah created PARQUET-2209:
--------------------------------

             Summary: Optimize skip for the case that number of values to skip equals page size
                 Key: PARQUET-2209
                 URL: https://issues.apache.org/jira/browse/PARQUET-2209
             Project: Parquet
          Issue Type: Improvement
            Reporter: fatemah


Optimize skip for the case that the number of values to skip equals page size. Right now, we end up reading to the end of the page and throwing away the rep/defs and values that we have read, which is unnecessary.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)