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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,14 @@ Property Name Description
253
253
reading an Avro-formatted table. If specified, Presto will fetch override schema)
254
254
and use this schema instead of relying on any schema in the
255
255
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.
0 commit comments