leesf commented on a change in pull request #4306:
URL: https://github.com/apache/hudi/pull/4306#discussion_r769695738
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
##########
@@ -315,6 +322,10 @@ public static void create(FileSystem fs, Path
metadataFolder, Properties propert
// Use the default bootstrap index class.
hoodieConfig.setDefaultValue(BOOTSTRAP_INDEX_CLASS_NAME,
getDefaultBootstrapIndexClass(properties));
}
+ if (hoodieConfig.contains(TIMELINE_TIMEZONE)) {
+ // set commit timeline timezone to utc
Review comment:
remove the description
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]