Skip to content

Commit

Permalink
Add regex to Hive table properties format row
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry Blessing authored and ebyhr committed Mar 14, 2023
1 parent 1ca635e commit 416f25c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1033,10 +1033,11 @@ to the connector using a :doc:`WITH </sql/create-table-as>` clause::
:ref:`hive_examples` for more information.
-
* - ``format``
- The table file format. Valid values include ``ORC``, ``PARQUET``, ``AVRO``,
``RCBINARY``, ``RCTEXT``, ``SEQUENCEFILE``, ``JSON``, ``TEXTFILE``, and
``CSV``. The catalog property ``hive.storage-format`` sets the default
value and can change it to a different default.
- The table file format. Valid values include ``ORC``, ``PARQUET``,
``AVRO``, ``RCBINARY``, ``RCTEXT``, ``SEQUENCEFILE``, ``JSON``,
``TEXTFILE``, ``CSV``, and ``REGEX``. The catalog property
``hive.storage-format`` sets the default value and can change it to a
different default.
-
* - ``null_format``
- The serialization format for ``NULL`` value. Requires TextFile, RCText,
Expand Down

0 comments on commit 416f25c

Please sign in to comment.