Skip to content

Commit b6d6578

Browse files
Add docs
Co-authored-by: Steve Burnett <[email protected]>
1 parent 4603e95 commit b6d6578

File tree

1 file changed

+8
-0
lines changed
  • presto-docs/src/main/sphinx/connector

1 file changed

+8
-0
lines changed

presto-docs/src/main/sphinx/connector/hive.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ Property Name Description
253253
reading an Avro-formatted table. If specified, Presto will fetch override schema)
254254
and use this schema instead of relying on any schema in the
255255
Metastore.
256+
257+
``skip_header_line_count`` Number of header lines to skip when reading CSV or TEXTFILE tables. None (ignored if not set). Must be non-negative. Only valid for
258+
When set to ``1``, a header row will be written when creating new CSV and TEXTFILE formats. Values greater than ``0`` are not
259+
CSV or TEXTFILE tables. supported for ``CREATE TABLE AS`` or ``INSERT`` operations.
260+
261+
``skip_footer_line_count`` Number of footer lines to skip when reading CSV or TEXTFILE tables. None (ignored if not set). Must be non-negative. Only valid for
262+
Cannot be used when inserting into a table. CSV and TEXTFILE formats. Values greater than ``0`` are not
263+
supported for `CREATE TABLE AS` or `INSERT` operations.
256264
======================================================== ============================================================================== ======================================================================================
257265

258266
Hive Metastore Configuration for Avro

0 commit comments

Comments
 (0)