sushant-searce commented on issue #12189: URL: https://github.com/apache/hudi/issues/12189#issuecomment-2451354685
Hello Team, HUDI 15 We have performed some troubleshooting steps and tries with different hoodie properties. sharing test cases with you.. Test Case 1 Pipeline Run Status : Success ``` hoodie.clean.automatic: false hoodie.clean.async: false hoodie.datasource.hive_sync.enable: false ``` Test Case 2 Pipeline Run Status : Fail [ Table is different than case https://github.com/apache/hudi/issues/1 ] ``` hoodie.clean.automatic: false hoodie.clean.async: false hoodie.datasource.hive_sync.enable: true ``` Test Case 3 Pipeline Run Status : Success [ Table is different than case https://github.com/apache/hudi/issues/1 ] ``` hoodie.clean.automatic: true hoodie.clean.async: false hoodie.datasource.hive_sync.enable: false ``` Test Case 4 Pipeline Run Status : Success [ Table same as https://github.com/apache/hudi/issues/1 ] ``` hoodie.clean.automatic: true hoodie.clean.async: false hoodie.datasource.hive_sync.enable: true ``` -- 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]
