yihua commented on code in PR #10260: URL: https://github.com/apache/hudi/pull/10260#discussion_r1418063296
########## docker/demo/config/test-suite/test-metadata-aggressive-clean-archival-inline-compact.properties: ########## @@ -27,17 +27,17 @@ hoodie.keep.min.commits=12 hoodie.keep.max.commits=14 hoodie.metadata.enable=true hoodie.compact.inline=true -hoodie.streamer.source.test.num_partitions=100 -hoodie.streamer.source.test.datagen.use_rocksdb_for_storing_existing_keys=false -hoodie.streamer.source.test.max_unique_records=100000000 -hoodie.streamer.source.input.selector=org.apache.hudi.integ.testsuite.helpers.DFSTestSuitePathSelector +hoodie.deltastreamer.source.test.num_partitions=100 Review Comment: @xushiyan these are test-specific configs which are not migrated to `hoodie.streamer` prefix. I don't know why the related tests did not fail before. We can investigate it separately. -- 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]
