nsivabalan commented on code in PR #13419:
URL: https://github.com/apache/hudi/pull/13419#discussion_r2141515677
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/utils/HoodieWriterClientTestHarness.java:
##########
@@ -255,6 +255,7 @@ public HoodieWriteConfig.Builder getConfigBuilder(String
schemaStr, HoodieIndex.
.withStorageConfig(HoodieStorageConfig.newBuilder().hfileMaxFileSize(1024 *
1024).parquetMaxFileSize(1024 * 1024).orcMaxFileSize(1024 * 1024).build())
.forTable(RAW_TRIPS_TEST_NAME)
.withIndexConfig(HoodieIndexConfig.newBuilder().withIndexType(indexType).build())
+ .withMarkersTimelineServerBasedBatchIntervalMs(10)
Review Comment:
we need some sort of test config defaults where we set some of these
defaults in one place so that all tests will be able to use those.
not for this patch, but just saying in general.
--
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]