flashJd commented on PR #6291: URL: https://github.com/apache/hudi/pull/6291#issuecomment-1209200532
> > obivously, operator priority problem > > @danny0405 can you help review it (numLogFilesSeen - 1) is the number of logFiles we have processed, logFilePaths.size() is the total number of logFiles we want to process, so the progress should be (numLogFilesSeen - 1) / logFilePaths.size(); -- 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]
