Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: finish revising hive.compat per HIVE-6012

...

The value "latest" specifies the latest supported level. Currently, this only affects division of integers.

Setting to 0.12 (default) maintains division behavior in Hive 0.12 and earlier releases: int / int = double.
Setting to 0.13 gives division behavior in Hive 0.13 and later releases: int / int = decimal.

...