-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crateChanges to the parquet crate
Description
Related to #7878
map_bytes_to_offsets
is a utility that transforms a byte buffer into an iterator of offsets, based on a given size.
It is used in several places throughout the validation code.
In all cases, we can avoid materializing the iterator with .collect()
by instead looping over it directly and moving the relevant checks into that loop
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crateChanges to the parquet crate