Skip to content

Commit

Permalink
Remove deprecated hive.parquet.timestamp.legacy.conversion.enabled pr…
Browse files Browse the repository at this point in the history
…operty (Optional)
  • Loading branch information
zabetak committed May 17, 2021
1 parent bb9cf08 commit 9bd80e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
Original file line number Diff line number Diff line change
Expand Up @@ -2197,13 +2197,6 @@ public static enum ConfVars {
HIVE_PARQUET_DATE_PROLEPTIC_GREGORIAN_DEFAULT("hive.parquet.date.proleptic.gregorian.default", false,
"This value controls whether date type in Parquet files was written using the hybrid or proleptic\n" +
"calendar. Hybrid is the default."),
/**
* @deprecated Use {@link #HIVE_PARQUET_TIMESTAMP_READ_LEGACY_CONVERSION_ENABLED} instead.
*/
@Deprecated
HIVE_PARQUET_TIMESTAMP_LEGACY_CONVERSION_ENABLED("hive.parquet.timestamp.legacy.conversion.enabled", true,
"This value controls whether we use former Java time API to convert between timezones on files where timezone\n" +
"is not encoded in the metadata. This is for debugging."),
HIVE_PARQUET_TIMESTAMP_WRITE_LEGACY_CONVERSION_ENABLED("hive.parquet.timestamp.write.legacy.conversion.enabled", false,
"Whether to use former Java date/time APIs to convert between timezones when writing timestamps in " +
"Parquet files. Once data are written to the file the effect is permanent (also reflected in the metadata)." +
Expand Down

0 comments on commit 9bd80e5

Please sign in to comment.