You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presto-docs/src/main/sphinx/connector/hive.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,11 +255,11 @@ Property Name Description
255
255
Metastore.
256
256
257
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.
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
260
261
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
262
+
Cannot be used when inserting into a table. CSV and TEXTFILE formats. Values greater than ``0`` are not
0 commit comments