dmenin commented on issue #3394:
URL: https://github.com/apache/hudi/issues/3394#issuecomment-895017446


   Yes it does, thanks for clarifying.
   
   I guess the confusion (mainly from my part) was that when I was said NEW and 
OLD, I was referring to the timestamp of the row (translated to the partition). 
For example, since my data is partitioned by year\month\day a record on the 
partition 23 is OLDER than one on the partition 24 - and my use case is that, 
if a record from 23 is submitted to huddi when the same record on partition 24 
exists, it should be ignored - which didnt happen on use case 4 above - but now 
I understand why. I have "hoodie.simple.index.update.partition.path = true", 
which honoured the new partition type.
   
   Just to confirm, on your first example (with 
hoodie.simple.index.update.partition.path = false), the partition path is 
ignored but the data is updated, correct?
   
   Thanks,
   Diego
   
   


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