ArnavBalyan opened a new pull request, #3330:
URL: https://github.com/apache/parquet-java/pull/3330

   ### Rationale for this change
    - Added support for tracking the pages included and pages skipped due to 
column indexes.
    - This can provide the reader with information like skip ratio(%), 
representing how useful the index was for a give file read.
    - Simply increments the pages skipped vs pages included when filtering, and 
wired up to the existing callback.
   
   ### Are these changes tested?
    - Yes, CI
   
   ### Are there any user-facing changes?
    - Yes
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to