You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by cw...@apache.org on 2012/02/15 03:02:38 UTC

svn commit: r1244311 - /hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q

Author: cws
Date: Wed Feb 15 02:02:37 2012
New Revision: 1244311

URL: http://svn.apache.org/viewvc?rev=1244311&view=rev
Log:
HIVE-2793 [jira] Disable loadpart_err.q on 0.23

Summary: HIVE-2793. Add 0.23 to list of excluded Hadoop versions for
loadpart_err.q

Test Plan: EMPTY

Reviewers: JIRA, jsichi, ashutoshc

Reviewed By: ashutoshc

CC: ashutoshc

Differential Revision: https://reviews.facebook.net/D1665

Modified:
    hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q

Modified: hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q?rev=1244311&r1=1244310&r2=1244311&view=diff
==============================================================================
--- hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q (original)
+++ hive/trunk/ql/src/test/queries/clientpositive/loadpart_err.q Wed Feb 15 02:02:37 2012
@@ -2,7 +2,7 @@ set hive.cli.errors.ignore=true;
 
 ADD FILE ../data/scripts/error_script;
 
--- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.17, 0.18, 0.19, 0.20)
+-- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.17, 0.18, 0.19, 0.20, 0.23)
 -- (this test is flaky so it is currently disabled for all Hadoop versions)
 
 CREATE TABLE loadpart1(a STRING, b STRING) PARTITIONED BY (ds STRING);