deepakpanda93 commented on issue #15464:
URL: https://github.com/apache/hudi/issues/15464#issuecomment-4965786473

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: This appears to be addressed. In current master the class was 
renamed AbstractHoodieLogRecordReader -> AbstractHoodieLogRecordScanner, and 
there is now a single scanInternal method 
(hudi-common/.../table/log/AbstractHoodieLogRecordScanner.java:250) that 
implements the log-compaction-aware, two-traversal algorithm that 
scanInternalV2 introduced (handling compacted blocks and multi-writer rollback 
ordering). The legacy single-traversal scanInternal and the separate 
scanInternalV2 method no longer exist anywhere in the codebase, so the 
requested replacement and cleanup is complete.
   
   Closing as done.


-- 
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]

Reply via email to