pratyakshsharma commented on code in PR #5219: URL: https://github.com/apache/hudi/pull/5219#discussion_r867896028
########## 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: I guess a better modification here would be - "which holds incoming updates to records already present in the base columnar files." That would clear the confusion which might have prompted you to raise this PR @lipsa308 -- 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]
