parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

Adjust the PagedRecordFilter so it supports multiple groups

Open hadrienk opened this issue 5 years ago • 0 comments

The method UnboundRecordFilter#bind() is called more than once so a new instance of PagedRecordFilter is created several times with the currentPos set to 0 again.

hadrienk avatar Mar 27 '19 16:03 hadrienk