lokeshj1703 commented on code in PR #12387: URL: https://github.com/apache/hudi/pull/12387#discussion_r1867130259
########## website/docs/quick-start-guide.md: ########## @@ -1079,6 +1084,8 @@ Hudi also uses this mechanism to support out-of-order data arrival into a table, For e.g using a _created_at_ timestamp field as the precombine field will prevent older versions of a record from overwriting newer ones or being exposed to queries, even if they are written at a later commit time to the table. This is one of the key features, that makes Hudi, best suited for dealing with streaming data. +FIXME-vc: connect this to merge modes, as needed? we should push that as the way forward.. instead of payloads.. Review Comment: @codope -- 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]
