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_r357160119
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -112,6 +116,10 @@ public static void createHoodieProperties(FileSystem fs,
Path metadataFolder, Pr
if (!properties.containsKey(HOODIE_ARCHIVELOG_FOLDER_PROP_NAME)) {
properties.setProperty(HOODIE_ARCHIVELOG_FOLDER_PROP_NAME,
DEFAULT_ARCHIVELOG_FOLDER);
}
+ if (!properties.containsKey(HOODIE_TIMELINE_LAYOUT_VERSION)) {
Review comment:
Does this mean that only new datasets will get version 1? What happens to
existing datasets? They stick to version 0?
----------------------------------------------------------------
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