[HUDI-3808] Flink bulk_insert timestamp(3) can not be read by Spark (#5236)
This commit is contained in:
@@ -671,7 +671,7 @@ public class FlinkOptions extends HoodieConfig {
|
||||
public static final ConfigOption<Boolean> HIVE_SYNC_SUPPORT_TIMESTAMP = ConfigOptions
|
||||
.key("hive_sync.support_timestamp")
|
||||
.booleanType()
|
||||
.defaultValue(false)
|
||||
.defaultValue(true)
|
||||
.withDescription("INT64 with original type TIMESTAMP_MICROS is converted to hive timestamp type.\n"
|
||||
+ "Disabled by default for backward compatibility.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user