rahil-c commented on code in PR #14001:
URL: https://github.com/apache/hudi/pull/14001#discussion_r2392438606
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestPayloadDeprecationFlow.scala:
##########
@@ -59,6 +61,20 @@ class TestPayloadDeprecationFlow extends
SparkClientFunctionalTestHarness {
HoodieWriteConfig.WRITE_PAYLOAD_CLASS_NAME.key() -> payloadClazz,
HoodieMetadataConfig.ENABLE.key() -> "false") ++ deleteOpts
+ // Common table service configurations
+ val serviceOpts: Map[String, String] = Map(
+ HoodieCleanConfig.CLEANER_COMMITS_RETAINED.key() -> "3",
+ HoodieCleanConfig.AUTO_CLEAN.key() -> "false",
Review Comment:
Discussed offline will remove cleaning and archival related for now from
test as they are not the focus for this test.
--
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]