Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 956EE171CA for ; Mon, 6 Oct 2014 20:16:21 +0000 (UTC) Received: (qmail 77274 invoked by uid 500); 6 Oct 2014 20:16:21 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 77231 invoked by uid 500); 6 Oct 2014 20:16:21 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 77220 invoked by uid 99); 6 Oct 2014 20:16:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 20:16:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 20:15:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3401823888A6; Mon, 6 Oct 2014 20:15:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1629753 - /hive/branches/spark/itests/src/test/resources/testconfiguration.properties Date: Mon, 06 Oct 2014 20:15:58 -0000 To: commits@hive.apache.org From: brock@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141006201558.3401823888A6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brock Date: Mon Oct 6 20:15:57 2014 New Revision: 1629753 URL: http://svn.apache.org/r1629753 Log: HIVE-8352 - Enable windowing.q for spark (Jimmy Xiang via Brock) Modified: hive/branches/spark/itests/src/test/resources/testconfiguration.properties Modified: hive/branches/spark/itests/src/test/resources/testconfiguration.properties URL: http://svn.apache.org/viewvc/hive/branches/spark/itests/src/test/resources/testconfiguration.properties?rev=1629753&r1=1629752&r2=1629753&view=diff ============================================================================== --- hive/branches/spark/itests/src/test/resources/testconfiguration.properties (original) +++ hive/branches/spark/itests/src/test/resources/testconfiguration.properties Mon Oct 6 20:15:57 2014 @@ -611,4 +611,5 @@ spark.query.files=add_part_multiple.q \ vectorized_shufflejoin.q \ vector_cast_constant.q \ vectorization_9.q \ - vectorization_12.q + vectorization_12.q \ + windowing.q