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_r348047302
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -110,6 +114,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_TABLE_VERSION_PROP_NAME)) {
Review comment:
dont see a writeconfig for this. how would a user specify this? Since
queries need to upgrade first.. we should have clear docs at release time. File
a JIRA for this?
----------------------------------------------------------------
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