xushiyan commented on code in PR #3391:
URL: https://github.com/apache/hudi/pull/3391#discussion_r897742030
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -753,9 +753,10 @@ private FlinkOptions() {
public static final ConfigOption<Boolean> HIVE_SYNC_SUPPORT_TIMESTAMP =
ConfigOptions
.key("hive_sync.support_timestamp")
.booleanType()
- .defaultValue(true)
- .withDescription("INT64 with original type TIMESTAMP_MICROS is converted
to hive timestamp type.\n"
- + "Disabled by default for backward compatibility.");
+ .defaultValue(false)
Review Comment:
this should be highlighted in release notes cc @codope
--
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]