CaesarWangX commented on issue #10508: URL: https://github.com/apache/hudi/issues/10508#issuecomment-1970685286
Hi @ad1happy2go I test it and found that "**keyField: abc123**" and "**abc123**" will be considered as different records, which will have a significant impact on our data. we used **CustomKeyGenerator** before, but with 0.14.0, it has other issues(Please also check this https://github.com/apache/hudi/issues/8372.). So we tried to switch to a ComplexKeyGenerator, which is causing the current issue. What should we do? Is there no more compatible solution? Thank you. -- 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]
