-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65988/
-----------------------------------------------------------
(Updated March 8, 2018, 11:40 p.m.)
Review request for hive, Eugene Koifman and Prasanth_J.
Changes
-------
Fixed a couple of places where we weren't closing a couple of reader instances.
Also the FSInputDataInputStream only needs to be created/opened once for a
file, not for each stripe.
Bugs: HIVE-18907
https://issues.apache.org/jira/browse/HIVE-18907
Repository: hive-git
Description
-------
Create utility similar to orcfiledump to check/fix this particular acid key
index issue.
Diffs (updated)
-----
bin/ext/fixacidkeyindex.sh PRE-CREATION
ql/src/java/org/apache/hadoop/hive/ql/io/orc/FixAcidKeyIndex.java
PRE-CREATION
ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestFixAcidKeyIndex.java
PRE-CREATION
Diff: https://reviews.apache.org/r/65988/diff/3/
Changes: https://reviews.apache.org/r/65988/diff/2-3/
Testing
-------
Thanks,
Jason Dere