vinothchandar commented on code in PR #13349:
URL: https://github.com/apache/hudi/pull/13349#discussion_r2105401828
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/AbstractHoodieLogRecordScanner.java:
##########
@@ -244,7 +244,7 @@ private HoodieTimeline
getOrCreateInflightInstantsTimeline() {
* @param keySpecOpt specifies target set of keys to be scanned
* @param skipProcessingBlocks controls, whether (delta) blocks have to
actually be processed
*/
- protected final void scanInternal(Option<KeySpec> keySpecOpt, boolean
skipProcessingBlocks) {
+ protected final void scanInternal(Option<LookUpKeyCollection> keySpecOpt,
boolean skipProcessingBlocks) {
Review Comment:
`FilterKeys`
--
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]