prashantwason commented on pull request #2064: URL: https://github.com/apache/hudi/pull/2064#issuecomment-697235280
>> Can all compaction strategies work off of metadata table itself? Does it have all the data Yes. Compaction Strategies are based on the sizes of the base and log files involved in the operation or the count of partitions. The metadata table saves the size of each file so compaction strategies should keep working fine. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
