Description
The current behavior of `InStream.CompressedStream` does not avoid seek and decompression if the required position is already decompressed and available.
This results in multiple decompressions of the same compression blocks. This can be avoided by tracking the current position and avoid decompression if we are at the required position already.
Attachments
Issue Links
- is depended upon by
-
ORC-759 StructBatchReader should always skip processing on the rootReader
- Closed
- links to