Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: document hive.lazysimple.extended_boolean_literal (HIVE-3635)

...

See Registration of Native SerDes for more information for storage formats and SerDes.

hive.lazysimple.extended_boolean_literal
  • Default Value: false
  • Added in: Hive 0.14 with HIVE-3635

LazySimpleSerDe uses this property to determine if it treats 'T', 't', 'F', 'f', '1', and '0' as extended, legal boolean literals, in addition to 'TRUE' and 'FALSE'. The default is false, which means only 'TRUE' and 'FALSE' are treated as legal boolean literals.

hive.default.fileformat
  • Default Value: TextFile
  • Added In: Hive 0.2.0

...