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_r275541223
##########
File path:
hoodie-client/src/main/java/com/uber/hoodie/config/HoodieWriteConfig.java
##########
@@ -63,6 +64,8 @@
private static final String DEFAULT_HOODIE_WRITE_STATUS_CLASS =
WriteStatus.class.getName();
private static final String HOODIE_COPYONWRITE_USE_TEMP_FOLDER_CREATE =
"hoodie.copyonwrite.use" + ".temp.folder.for.create";
+ //TODO: Will be set to default true after testing
+ private static final String DEFAULT_HOODIE_CACHE_WRITER_FS_VIEW = "false";
Review comment:
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