Author: hashutosh
Date: Mon Sep 29 17:39:55 2014
New Revision: 1628231
URL: http://svn.apache.org/r1628231
Log:
HIVE-8223 : CBO Trunk Merge: partition_wise_fileformat2 select result depends
on ordering (Sergey Shelukhin via Ashutosh Chauhan)
Modified:
hive/branches/branch-0.14/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q
hive/branches/branch-0.14/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out
Modified:
hive/branches/branch-0.14/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q
URL:
http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q?rev=1628231&r1=1628230&r2=1628231&view=diff
==============================================================================
---
hive/branches/branch-0.14/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q
(original)
+++
hive/branches/branch-0.14/ql/src/test/queries/clientpositive/partition_wise_fileformat2.q
Mon Sep 29 17:39:55 2014
@@ -1,4 +1,4 @@
-
+-- SORT_BEFORE_DIFF
create table partition_test_partitioned(key string, value string) partitioned
by (dt string);
Modified:
hive/branches/branch-0.14/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out
URL:
http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out?rev=1628231&r1=1628230&r2=1628231&view=diff
==============================================================================
---
hive/branches/branch-0.14/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out
(original)
+++
hive/branches/branch-0.14/ql/src/test/results/clientpositive/partition_wise_fileformat2.q.out
Mon Sep 29 17:39:55 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