hudi-bot opened a new issue, #14712: URL: https://github.com/apache/hudi/issues/14712
readRecordsForGroup in SparkRunClusteringCommitActionExecutor has two implementations 1) readRecordsForGroupWithLogs to read records from fileslice with log files 2) readRecordsForGroupBaseFiles to read records from fileslice that dont have log files If theres no performance impact of using #1, we can just use the same approach for file slice that dont have log files. Do performance measurement and remove#2 if there is no big difference. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-1442 - Type: Task - Epic: https://issues.apache.org/jira/browse/HUDI-1042 - Fix version(s): - 1.1.0 -- 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]
