geserdugarov commented on PR #10851:
URL: https://github.com/apache/hudi/pull/10851#issuecomment-1993528107

   > Old key name `hoodie.clean.automatic` in 
`TestCDCDataFrameSuite.testCOWDataSourceWrite` doesn't work. Search for the 
reason.
   
   The reason is that in `HoodieCDCTestBase` `HoodieCleanConfig.AUTO_CLEAN.key 
-> "false"` is added to `commonOpts`.
   And if we add in `TestCDCDataFrameSuite.testCOWDataSourceWrite` by 
`.option("hoodie.clean.automatic", "true")` to the same `commonOpts` then we 
have two different value for a single parameter.
   


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