Skip to content

Commit df52b62

Browse files
committed
[orc] Default value of 'orc.timestamp-ltz.legacy.type' should be true
1 parent f3b9eaa commit df52b62

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

docs/content/migration/upgrade-compatibility.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

paimon-format/src/main/java/org/apache/paimon/format/OrcOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class OrcOptions {
4545
public static final ConfigOption<Boolean> ORC_TIMESTAMP_LTZ_LEGACY_TYPE =
4646
key("orc.timestamp-ltz.legacy.type")
4747
.booleanType()
48-
.defaultValue(false)
48+
.defaultValue(true)
4949
.withDescription(
5050
"This option is used to be compatible with the paimon-orc‘s old behavior for the `timestamp_ltz` data type.");
5151
}

0 commit comments

Comments
 (0)