[
https://issues.apache.org/jira/browse/PARQUET-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated PARQUET-2204:
------------------------------------
Labels: pull-request-available (was: )
> TypedColumnReaderImpl::Skip should reuse scratch space
> ------------------------------------------------------
>
> Key: PARQUET-2204
> URL: https://issues.apache.org/jira/browse/PARQUET-2204
> Project: Parquet
> Issue Type: Improvement
> Reporter: fatemah
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> TypedColumnReaderImpl::Skip allocates scratch space on every call. The
> scratch space is used to read rep/def levels and values and throw them away.
> The memory allocation slows down the skip based on microbenchmarks. The
> scratch space can be allocated once and re-used.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)