Skip to content

Commit 6cfa52e

Browse files
Docs edits
Co-authored-by: Steve Burnett <[email protected]>
1 parent a076fe2 commit 6cfa52e

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ Property Name Description
255255
Metastore.
256256

257257
``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.
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.
260260

261261
``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
262+
Cannot be used when inserting into a table. CSV and TEXTFILE formats. Values greater than ``0`` are not
263263
======================================================== ============================================================================== ======================================================================================
264264

265265
Hive Metastore Configuration for Avro

0 commit comments

Comments
 (0)