Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: more documentation for the new DATE type

...

...

Info
titleVersion

Timestamps were introduced in Hive 0.8.0 (HIVE-2272).

Dates
Anchor
date
date

DATE values describe a particular year/month/day, in the form {{YYYY-­MM-­DD}}. For
example, DATE '2013-­01-­01'. Date types do not have a time of day component.
The range of values supported for the Date type is be 0000-­01-­01 to 9999-­12-­31, dependent on
support by the primitive Java Date type.

Info
titleVersion

Timestamps were introduced in Hive 0.12.0 (HIVE-2272).

Decimals

Anchor
decimal
decimal

...