CaesarWangX commented on issue #8372:
URL: https://github.com/apache/hudi/issues/8372#issuecomment-1968242544

   Hi Team. I also faced this now.The relevant configurations are as follows:
   
   "hoodie.datasource.write.partitionpath.field" = "region:SIMPLE"
   "hoodie.datasource.write.keygenerator.class" = 
"org.apache.hudi.keygen.CustomKeyGenerator"
   
   When we used 0.14.0 for the first write, there was no problem.
   As long as it is not the first time writing, which means there is already 
data in the output path, an error will be reported
   
   `Exception in thread "main" org.apache.hudi.exception.HoodieException: 
Config conflict(key   current value   existing value):
   PartitionPath:       region:SIMPLE   region
        at 
org.apache.hudi.HoodieWriterUtils$.validateTableConfig(HoodieWriterUtils.scala:211)
        at 
org.apache.hudi.HoodieSparkSqlWriter$.writeInternal(HoodieSparkSqlWriter.scala:177)
        at 
org.apache.hudi.HoodieSparkSqlWriter$.write(HoodieSparkSqlWriter.scala:132)
        at org.apache.hudi.DefaultSource.createRelation(DefaultSource.scala:150)
   `
   
   Can you provide an RCA for this issue? It seems that someone has raised a 
similar question a long time ago.
   BWT, Shouldn't regression testing be done before release?
   Thank you team


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