Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove hive.parquet.mr.int96.enable.utc.write.zone as the jira has been reverted.

...

Current Hive implementation of Parquet stores timestamps in UTC on-file, this flag allows skipping of the conversion on reading Parquet files created from other tools that may not have done so.

hive.parquet.mr.int96.enable.utc.write.zone
  • Default Value: false
  • Added In: Hive 2.4.0 with HIVE-12767

Enable this variable to use UTC as the default timezone for new Parquet tables. The table property parquet.mr.int96.write.zone can be used to specify a timezone for a particular table.

Vectorization

Hive added vectorized query execution in release 0.13.0 (HIVE-4160, HIVE-5283). For more information see the design document Vectorized Query Execution.

...