Tips before filing an issue
-
Have you gone through our FAQs?
-
Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.
-
If you have triaged this as a bug, then file an issue directly.
Describe the problem you faced
Compact according to precombineKey in the RealtimeCompactedRecordReader class.
The current logic is to think that the data in the logFile is the latest, and overwrite the record in the baseFile with the record in the logFile.