davidradl commented on code in PR #28594:
URL: https://github.com/apache/flink/pull/28594#discussion_r3506020587


##########
docs/content/docs/connectors/table/formats/csv.md:
##########
@@ -200,6 +200,14 @@ Format Options
       <td>Boolean</td>
       <td>Optional flag to treat empty string values as null (disabled by 
default). Only affects deserialization.</td>
     </tr>
+    <tr>
+      <td><h5>csv.ignore-first-line</h5></td>
+      <td>optional</td>
+      <td>no</td>
+      <td style="word-wrap: break-word;">false</td>
+      <td>Boolean</td>
+      <td>Optional flag to skip the first CSV record of each file during 
deserialization (disabled by default). Only supported by the filesystem 
connector. The table schema is not derived from the skipped record. Only 
affects deserialization.</td>

Review Comment:
   When we say only effects deserialization , how would this effect the user? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to