Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove timestamp adjustment as the jira has been reverted.

...

Native Parquet support was added to Hive 0.13 via (HIVE-5783). Please note that not all Parquet data types are supported in this version (see Versions and Limitations below).

HiveQL Syntax

A CREATE TABLE statement can specify the Parquet storage format with syntax that depends on the Hive version.

...

Support was added for timestamp (HIVE-6394), decimal (HIVE-6367), and char and varchar (HIVE-7735) data types.   Support was also added for column rename with use of the flag parquet.column.index.access (HIVE-6938). Parquet column names were previously case sensitive (query had to use column case that matches exactly what was in the metastore), but became case insensitive (HIVE-7554).

...

Support for remaining Parquet data types was added to Hive 1.2.0 via (HIVE-6384).

Resources