deepakpanda93 commented on issue #17734: URL: https://github.com/apache/hudi/issues/17734#issuecomment-3699061197
@bithw1 `hoodie.datasource.write.insert.dup.policy` This is only applicable to Spark SQL writing. When it is `none`, Hudi fall back to use precombineKey field in case of same recordKey in the commit. You can refer the below for more details on this config. https://hudi.apache.org/docs/0.15.0/configurations#hoodiedatasourceinsertduppolicy -- 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]
