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 5F59517AA5 for ; Thu, 25 Sep 2014 16:11:53 +0000 (UTC) Received: (qmail 28653 invoked by uid 500); 25 Sep 2014 16:11:53 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 28610 invoked by uid 500); 25 Sep 2014 16:11:53 -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 28598 invoked by uid 99); 25 Sep 2014 16:11:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 16:11:53 +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; Thu, 25 Sep 2014 16:11:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AE7E723889E2; Thu, 25 Sep 2014 16:11:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1627567 - in /hive/trunk/ql/src/test: queries/clientpositive/partition_wise_fileformat2.q results/clientpositive/partition_wise_fileformat2.q.out Date: Thu, 25 Sep 2014 16:11:31 -0000 To: commits@hive.apache.org From: hashutosh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140925161131.AE7E723889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hashutosh Date: Thu Sep 25 16:11:31 2014 New Revision: 1627567 URL: http://svn.apache.org/r1627567 Log: HIVE-8223 : CBO Trunk Merge: partition_wise_fileformat2 select result depends on ordering (Sergey Shelukhin via Ashutosh Chauhan) Modified: hive/trunk/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q hive/trunk/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out Modified: hive/trunk/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q?rev=1627567&r1=1627566&r2=1627567&view=diff ============================================================================== --- hive/trunk/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q (original) +++ hive/trunk/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q Thu Sep 25 16:11:31 2014 @@ -1,4 +1,4 @@ - +-- SORT_BEFORE_DIFF create table partition_test_partitioned(key string, value string) partitioned by (dt string); Modified: hive/trunk/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out?rev=1627567&r1=1627566&r2=1627567&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out Thu Sep 25 16:11:31 2014 @@ -1,8 +1,12 @@ -PREHOOK: query: create table partition_test_partitioned(key string, value string) partitioned by (dt string) +PREHOOK: query: -- SORT_BEFORE_DIFF + +create table partition_test_partitioned(key string, value string) partitioned by (dt string) PREHOOK: type: CREATETABLE PREHOOK: Output: database:default PREHOOK: Output: default@partition_test_partitioned -POSTHOOK: query: create table partition_test_partitioned(key string, value string) partitioned by (dt string) +POSTHOOK: query: -- SORT_BEFORE_DIFF + +create table partition_test_partitioned(key string, value string) partitioned by (dt string) POSTHOOK: type: CREATETABLE POSTHOOK: Output: database:default POSTHOOK: Output: default@partition_test_partitioned