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


##########
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:
   Synced up offline. This will be addressed in followup PR.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to