Skip to content

Commit 2416804

Browse files
committed
Temporarily change default value of legacyTimestamp
1 parent b4bb7ce commit 2416804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-main-base/src/main/java/com/facebook/presto/sql/analyzer/FunctionsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class FunctionsConfig
4141
private ArrayAggGroupImplementation arrayAggGroupImplementation = ArrayAggGroupImplementation.NEW;
4242
private MultimapAggGroupImplementation multimapAggGroupImplementation = MultimapAggGroupImplementation.NEW;
4343
private boolean legacyRowFieldOrdinalAccess;
44-
private boolean legacyTimestamp = true;
44+
private boolean legacyTimestamp;
4545
private boolean parseDecimalLiteralsAsDouble;
4646
private boolean fieldNamesInJsonCastEnabled;
4747
private boolean warnOnPossibleNans;

0 commit comments

Comments
 (0)