Gwen Shapira created HIVE-4623: ---------------------------------- Summary: LOAD DATA should support "ignore 1 lines" syntax Key: HIVE-4623 URL: https://issues.apache.org/jira/browse/HIVE-4623 Project: Hive Issue Type: Improvement Components: Query Processor Affects Versions: 0.10.0 Reporter: Gwen Shapira Priority: Minor
MySQL supports the following syntax to ignore lines while loading data: LOAD DATA INFILE '/tmp/test.txt' INTO TABLE test IGNORE 1 LINES; Its a nice shortcut, especially for CSV files with column headers. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira