bvaradar commented on a change in pull request #600: Timeline Service with Incremental View Syncing support URL: https://github.com/apache/incubator-hudi/pull/600#discussion_r275542747
########## File path: hoodie-client/src/main/java/com/uber/hoodie/config/HoodieWriteConfig.java ########## @@ -71,9 +74,22 @@ private static final String DEFAULT_FINALIZE_WRITE_PARALLELISM = DEFAULT_PARALLELISM; private static final String CONSISTENCY_CHECK_ENABLED = "hoodie.consistency.check.enabled"; private static final String DEFAULT_CONSISTENCY_CHECK_ENABLED = "false"; + private static final String NUM_FILE_STATUS_LISTER_THREADS = "hoodie.liststatus.maxthreads"; Review comment: no longer needed. Removed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
