vinothchandar commented on a change in pull request #1009: [HUDI-308] Avoid
Renames for tracking state transitions of all actions on dataset
URL: https://github.com/apache/incubator-hudi/pull/1009#discussion_r357177698
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
##########
@@ -87,11 +90,14 @@ public HoodieTableMetaClient(Configuration conf, String
basePath) throws Dataset
}
public HoodieTableMetaClient(Configuration conf, String basePath, boolean
loadActiveTimelineOnLoad) {
- this(conf, basePath, loadActiveTimelineOnLoad,
ConsistencyGuardConfig.newBuilder().build());
+ this(conf, basePath, loadActiveTimelineOnLoad,
ConsistencyGuardConfig.newBuilder().build(),
+ // Readers will use latest version
Review comment:
Even writers use `HoodieTableMetaClient` right? can you clarify this comment?
----------------------------------------------------------------
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