alexeykudinkin commented on code in PR #7238:
URL: https://github.com/apache/hudi/pull/7238#discussion_r1038814907


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/RealtimeUnmergedRecordReader.java:
##########
@@ -149,6 +153,7 @@ public void close() throws IOException {
 
   @Override
   public float getProgress() throws IOException {
-    return Math.min(parquetReader.getProgress(), 
logRecordScanner.getProgress());
+    // TODO fix to reflect scanner progress

Review Comment:
   I think this is just tracking progress in terms of how many records were 
processed from the base-file vs logs



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