leesf commented on code in PR #5219: URL: https://github.com/apache/hudi/pull/5219#discussion_r842715565
########## website/versioned_docs/version-0.10.1/concepts.md: ########## @@ -154,7 +154,7 @@ Following illustrates how the table works, and shows two types of queries - snap There are lot of interesting things happening in this example, which bring out the subtleties in the approach. - We now have commits every 1 minute or so, something we could not do in the other table type. - - Within each file id group, now there is an delta log file, which holds incoming updates to records in the base columnar files. In the example, the delta log files hold + - Within each file id group, now there is an delta log file, which holds incoming updates to records in the row based files. In the example, the delta log files hold Review Comment: here I think the description is correct and why we need change it? -- 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]
