hudi-bot opened a new issue, #14478: URL: https://github.com/apache/hudi/issues/14478
This came out of code review for Timeline Server. [https://github.com/apache/incubator-hudi/pull/600/files#r276825586] We need to investigate if pending compaction operation can be done in a better way so that it can easily be applied to File Stiching as well. The current approach stems from the requirement that we have to satisfy both use-case : 1. Fetch latest file slice without any regard for pending compaction for appending 2. Fetch Merged file slices for realtime views with pending compaction factored To avoid duplicate storage, we are doing lazy merging due to pending compaction. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-103 - Type: Improvement -- 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]
