jamb2024 opened a new issue, #11041:
URL: https://github.com/apache/hudi/issues/11041

   I have an use case where I would like to use hudi. I have to process several 
inserts, updates and deletes indicated in a file. The file can have lots of 
rows for the same key and I have to combine it in order using a file. I have 
developed my own Payload but I can process the rows in order. I have used the 
options **hoodie.datasource.write.precombine.field** to indicate the precombine 
field and **hoodie.payload.ordering.field** to order by the same field but it 
didn't work.
   Also, I have tested using repartition and sort functions in the spark code 
before saving hudi but it didn't work either.


-- 
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]

Reply via email to