You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Jason Dere <jd...@hortonworks.com> on 2018/05/15 16:59:06 UTC

Review Request 67138: HIVE-4367 enhance TRUNCATE syntex to drop data of external table

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

Review request for hive and Teddy Choi.


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


Repository: hive-git


Description
-------

Allow TRUNCATE TABLE for external tables with FORCE option


Diffs
-----

  itests/src/test/resources/testconfiguration.properties cf6d19a593 
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java f0b9edaf01 
  ql/src/java/org/apache/hadoop/hive/ql/parse/HiveLexer.g 09a4368984 
  ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g 3712a53521 
  ql/src/test/queries/clientpositive/truncate_external_force.q PRE-CREATION 
  ql/src/test/results/clientpositive/llap/truncate_external_force.q.out PRE-CREATION 


Diff: https://reviews.apache.org/r/67138/diff/1/


Testing
-------

qtest


Thanks,

Jason Dere