codope commented on code in PR #9794:
URL: https://github.com/apache/hudi/pull/9794#discussion_r2017416446
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -1318,6 +1319,7 @@ public TableBuilder fromProperties(Properties properties)
{
}
if (hoodieConfig.contains(HoodieTableConfig.TIMELINE_TIMEZONE)) {
setCommitTimezone(HoodieTimelineTimeZone.valueOf(hoodieConfig.getStringOrDefault(HoodieTableConfig.TIMELINE_TIMEZONE)));
+
HoodieInstantTimeGenerator.setCommitTimeZone(HoodieTimelineTimeZone.valueOf(hoodieConfig.getStringOrDefault(HoodieTableConfig.TIMELINE_TIMEZONE)));
Review Comment:
removed and also ensure the default timezone is set while creating table
config:
<img width="887" alt="Screenshot 2025-03-28 at 12 01 39 AM"
src="https://github.com/user-attachments/assets/f03b4d5a-730d-44ae-b8da-25c7e97e6f82"
/>
--
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]