Junqing Cai created SPARK-34975:
-----------------------------------

             Summary: skip.header.line.count is not work in hive partitioned 
table
                 Key: SPARK-34975
                 URL: https://issues.apache.org/jira/browse/SPARK-34975
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.0, 2.1.1
            Reporter: Junqing Cai


when I use hive2.4.0 create partitioned table with csv file, with 
{code:java}
TBLPROPERTIES (
'skip.header.line.count' = '1'
)
{code}
 

the result of hive dosen't contain header, but result of spark also contain 
header



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to