Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/14638
  
    Actually, I described like that for simplicity. But, CSV is one of the 
typical case of this option. This issue is not a CSV specific issue. I think 
this is a general table properties as you see the following.
    ```
    CREATE TABLE t1 (id INT, b VARCHAR(10))
    ROW FORMAT DELIMITED
    FIELDS TERMINATED BY ','
    STORED AS TEXTFILE LOCATION '/data'
    TBLPROPERTIES('skip.header.line.count'='1')
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to