Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Currently each invocation of SkipRecords() for non-repeated fields will create a brand new buffer object[1]. I think it probably worth keep the buffer object alive and just resize it for each skip, as the buffer is just a bitmap for records.
[1]https://github.com/apache/arrow/blob/main/cpp/src/parquet/column_reader.cc#L1482
Attachments
Issue Links
- links to