TBLPROPERTIES('skip.header.line.count'='1') is not working on sparkThrift connected from beeline with hive jdbc 1.2.1
问题 I am using spark 2.3 and connecting sparkThrift with beeline. Hive jdbc version 1.2.1 Spark SQL version 2.3.1 I am trying to create external table with skip header property but select command is always returning data with header as first row, below is my create query CREATE EXTERNAL TABLE datasourcename11( `retail_invoice_detail_sys_invoice_no` STRING, `store_id` STRING, `retail_invoice_detail_invoice_time` STRING, `retail_invoice_detail_invoice_date` string, `cust_id` STRING, `article_code`