Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarify hive.compat description per comments on HIVE-6012

...

The value "latest" specifies the latest supported level. An invalid setting will cause an error message, and the default support level will be used.

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.

An invalid setting will cause an error message, and the default support level will be used.

 hive.entity.capture.transform

...