-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46020/
-----------------------------------------------------------
Review request for hive.
Bugs: HIVE-10176
https://issues.apache.org/jira/browse/HIVE-10176
Repository: hive-git
Description
-------
When inserting values in to tables with TBLPROPERTIES
("skip.header.line.count"="1") the first value listed is also skipped.
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java a5489a9
ql/src/java/org/apache/hadoop/hive/ql/exec/FooterBuffer.java 6a407af
ql/src/java/org/apache/hadoop/hive/ql/exec/MoveTask.java 4a546d1
ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java ab0635e
ql/src/java/org/apache/hadoop/hive/ql/io/HiveContextAwareRecordReader.java
4a05a62
ql/src/test/queries/clientnegative/file_with_header_footer_negative.q 1f63d94
ql/src/test/queries/clientpositive/file_with_header_footer.q 8913e54
ql/src/test/results/clientnegative/file_with_header_footer_negative.q.out
1794ae6
ql/src/test/results/clientpositive/file_with_header_footer.q.out ca3dadb
ql/src/test/results/clientpositive/skiphf_aggr.q.out aeb4b1b
Diff: https://reviews.apache.org/r/46020/diff/
Testing
-------
Thanks,
Vladislav Pavlenko