EungsopYoo commented on PR #8360: URL: https://github.com/apache/hbase/pull/8360#issuecomment-4727628043
@junegunn I pushed an additional optimization after the previous fix. `filterCell` now returns `NEXT_ROW` for same-row reverse fuzzy hints so wide non-matching rows are skipped at row granularity, while `getNextCellHint` keeps the existing non-seeking fallback for callers that still reach it. Could you take another look? Commit: https://github.com/apache/hbase/pull/8360/commits/fdcf401a65db228b670ec2f9e195e854d3e23d5d -- 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]
