nsivabalan commented on issue #3394: URL: https://github.com/apache/hudi/issues/3394#issuecomment-892056474
yeah, with global index use-case, especially when there is a clash between two records just wrt partition path, depending on the [config value](https://hudi.apache.org/docs/configurations#bloomindexupdatepartitionpathupdatepartitionpath--false) set, hudi does either of these two. a. delete existing storage record in old partition and insert to new partition or b. update incoming record to same old partition (ignoring the new partition. Here hudi does not honor preCombine. -- 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]
