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

(Updated Jan. 29, 2018, 11:10 p.m.)


Review request for hive, Eugene Koifman and Jason Dere.


Changes
-------

Implemented review comments.
Since ACID works with ORC files which handle compression internally, the 
extensions are completely ignored.
The logic is updated only for ACID non-bucketed tables. The fix for ACID 
bucketed table will come with larger fix for bucketed tables in general.


Bugs: HIVE-18516
    https://issues.apache.org/jira/browse/HIVE-18516


Repository: hive-git


Description
-------

load data should rename files consistent with insert statements for ACID Tables.
Includes test change for a missed test.


Diffs (updated)
-----

  itests/src/test/resources/testconfiguration.properties d86ff58840 
  ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 23983d85b3 
  ql/src/java/org/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java 
5868d4dd56 
  ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveCopyFiles.java 
c6a4a8926b 
  ql/src/test/queries/clientpositive/load_data_acid_rename.q PRE-CREATION 
  ql/src/test/queries/clientpositive/smb_mapjoin_7.q 4a6afb0496 
  ql/src/test/results/clientpositive/beeline/smb_mapjoin_7.q.out 7a6f8c53a5 
  ql/src/test/results/clientpositive/llap/load_data_acid_rename.q.out 
PRE-CREATION 
  ql/src/test/results/clientpositive/smb_mapjoin_7.q.out b71c5b87c1 
  ql/src/test/results/clientpositive/spark/smb_mapjoin_7.q.out ac49c02913 


Diff: https://reviews.apache.org/r/65276/diff/2/

Changes: https://reviews.apache.org/r/65276/diff/1-2/


Testing
-------


Thanks,

Deepak Jaiswal

Reply via email to