Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

 hive.entity.capture.transform
  • Default Value: false
  • Added In: Hive 0.15.0 with HIVE-8938

Enable capturing compiler read entity of transform URI which can be introspected in the semantic and exec hooks.

File Formats and I/O

hive.default.fileformat

...