parquet-java
parquet-java copied to clipboard
Adjust the PagedRecordFilter so it supports multiple groups
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.