[ 
https://issues.apache.org/jira/browse/SPARK-34975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315926#comment-17315926
 ] 

Junqing Cai edited comment on SPARK-34975 at 4/7/21, 7:53 AM:
--------------------------------------------------------------

I think SPARK-11374 fix the problem in non-partitioned table

 

but the partitioned table still not work


was (Author: weiwei121723):
I think this issue fix the problem in non-partitioned table

https://issues.apache.org/jira/browse/SPARK-11374

 

but the partitioned table still not work

> skip.header.line.count dose 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.1.1, 2.4.0
>            Reporter: Junqing Cai
>            Priority: Major
>
> when I use hive2.4.0 create external hive partitioned table with csv file, 
> and 
> {code:java}
> TBLPROPERTIES (
> 'skip.header.line.count' = '1'
> )
> LOCATION 'XXXX'{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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to