liujinhui1994 commented on issue #9714: URL: https://github.com/apache/hudi/issues/9714#issuecomment-1724873741
I discovered a phenomenon and found it statistically through SQL; select count(*) as counts,uuid from xxx where ds_='2023-09-18' group by uuid having COUNT(*)>1 The maximum number of counts is 2, which means that only one piece of UUID data is repeated. @ad1happy2go -- 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]
