-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46020/
-----------------------------------------------------------

(Updated Апрель 26, 2016, 6:09 п.п.)


Review request for hive.


Changes
-------

separate logic when footer or header = 0. Add some comments.


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 skipped1.


Diffs (updated)
-----

  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 54592cc 
  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/java/org/apache/hadoop/hive/ql/metadata/Hive.java 4c9acce 
  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
-------

All the 2 failures are not related:
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver_index_bitmap3
org.apache.hive.jdbc.TestMultiSessionsHS2WithLocalClusterSpark.testSparkQuery.

UPD: Now I don't create tmp file. Add methow that upload file in hdfs directly.


Thanks,

Vladislav Pavlenko

Reply via email to