You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gu...@apache.org on 2013/07/29 23:08:19 UTC

svn commit: r1508202 [20/48] - in /hive/branches/tez: ./ beeline/src/java/org/apache/hive/beeline/ cli/src/java/org/apache/hadoop/hive/cli/ common/src/java/org/apache/hadoop/hive/common/metrics/ common/src/java/org/apache/hadoop/hive/conf/ common/src/t...

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input23.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input23.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input23.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input23.q.out Mon Jul 29 21:08:03 2013
@@ -52,7 +52,6 @@ STAGE PLANS:
                       type: string
                       expr: hr
                       type: string
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -102,6 +101,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.srcpart
             name: default.srcpart
+      Truncated Path -> Alias:
+        /srcpart/ds=2008-04-08/hr=11 [a]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -144,12 +146,11 @@ STAGE PLANS:
                       columns _col0,_col1,_col2,_col3,_col4,_col5,_col6,_col7
                       columns.types string:string:string:string:string:string:string:string
                       escape.delim \
+                      hive.serialization.extend.nesting.levels true
                       serialization.format 1
                 TotalFiles: 1
                 GatherStats: false
                 MultiFileSpray: false
-      Truncated Path -> Alias:
-        /srcpart/ds=2008-04-08/hr=11 [a]
 
   Stage: Stage-0
     Fetch Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input2_limit.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input2_limit.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input2_limit.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input2_limit.q.out Mon Jul 29 21:08:03 2013
@@ -20,7 +20,7 @@ STAGE PLANS:
             alias: x
             Filter Operator
               predicate:
-                  expr: (key < 300.0)
+                  expr: (key < 300)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input4.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input4.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input4.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input4.q.out Mon Jul 29 21:08:03 2013
@@ -48,7 +48,7 @@ PREHOOK: type: QUERY
 POSTHOOK: query: EXPLAIN FORMATTED
 SELECT Input4Alias.VALUE, Input4Alias.KEY FROM INPUT4 AS Input4Alias
 POSTHOOK: type: QUERY
-{"STAGE PLANS":{"Stage-1":{"Map Reduce":{"Split Sample:":{},"Alias -> Map Operator Tree:":{"input4alias":{"TS_0":{"SEL_1":{"FS_2":{"File Output Operator":{"GlobalTableId:":"0","compressed:":"false","table:":{"input format:":"org.apache.hadoop.mapred.TextInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat"}}}}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1"}}},"STAGE DEPENDENCIES":{"Stage-1":{"ROOT STAGE":"TRUE"},"Stage-0":{"ROOT STAGE":"TRUE"}},"ABSTRACT SYNTAX TREE":"(TOK_QUERY (TOK_FROM (TOK_TABREF (TOK_TABNAME INPUT4) Input4Alias)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (. (TOK_TABLE_OR_COL Input4Alias) VALUE)) (TOK_SELEXPR (. (TOK_TABLE_OR_COL Input4Alias) KEY)))))"}
+{"STAGE PLANS":{"Stage-1":{"Map Reduce":{"Map:":{"Split Sample:":{},"Alias -> Map Operator Tree:":{"input4alias":{"TS_0":{"SEL_1":{"FS_2":{"File Output Operator":{"GlobalTableId:":"0","compressed:":"false","table:":{"input format:":"org.apache.hadoop.mapred.TextInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat"}}}}}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1"}}},"STAGE DEPENDENCIES":{"Stage-1":{"ROOT STAGE":"TRUE"},"Stage-0":{"ROOT STAGE":"TRUE"}},"ABSTRACT SYNTAX TREE":"(TOK_QUERY (TOK_FROM (TOK_TABREF (TOK_TABNAME INPUT4) Input4Alias)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (. (TOK_TABLE_OR_COL Input4Alias) VALUE)) (TOK_SELEXPR (. (TOK_TABLE_OR_COL Input4Alias) KEY)))))"}
 PREHOOK: query: SELECT Input4Alias.VALUE, Input4Alias.KEY FROM INPUT4 AS Input4Alias
 PREHOOK: type: QUERY
 PREHOOK: Input: default@input4

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input42.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input42.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input42.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input42.q.out Mon Jul 29 21:08:03 2013
@@ -47,7 +47,6 @@ STAGE PLANS:
                       type: string
                       expr: _col3
                       type: string
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -143,6 +142,10 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.srcpart
             name: default.srcpart
+      Truncated Path -> Alias:
+        /srcpart/ds=2008-04-08/hr=11 [a]
+        /srcpart/ds=2008-04-08/hr=12 [a]
+      Needs Tagging: false
       Reduce Operator Tree:
         Extract
           File Output Operator
@@ -158,13 +161,11 @@ STAGE PLANS:
                   columns _col0,_col1,_col2,_col3
                   columns.types string:string:string:string
                   escape.delim \
+                  hive.serialization.extend.nesting.levels true
                   serialization.format 1
             TotalFiles: 1
             GatherStats: false
             MultiFileSpray: false
-      Truncated Path -> Alias:
-        /srcpart/ds=2008-04-08/hr=11 [a]
-        /srcpart/ds=2008-04-08/hr=12 [a]
 
   Stage: Stage-0
     Fetch Operator
@@ -1207,7 +1208,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key < 200.0)
+                  expr: (key < 200)
                   type: boolean
               Select Operator
                 expressions:
@@ -1237,7 +1238,6 @@ STAGE PLANS:
                         type: string
                         expr: _col3
                         type: string
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -1333,6 +1333,10 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.srcpart
             name: default.srcpart
+      Truncated Path -> Alias:
+        /srcpart/ds=2008-04-08/hr=11 [a]
+        /srcpart/ds=2008-04-08/hr=12 [a]
+      Needs Tagging: false
       Reduce Operator Tree:
         Extract
           File Output Operator
@@ -1348,13 +1352,11 @@ STAGE PLANS:
                   columns _col0,_col1,_col2,_col3
                   columns.types string:string:string:string
                   escape.delim \
+                  hive.serialization.extend.nesting.levels true
                   serialization.format 1
             TotalFiles: 1
             GatherStats: false
             MultiFileSpray: false
-      Truncated Path -> Alias:
-        /srcpart/ds=2008-04-08/hr=11 [a]
-        /srcpart/ds=2008-04-08/hr=12 [a]
 
   Stage: Stage-0
     Fetch Operator
@@ -1805,7 +1807,6 @@ STAGE PLANS:
                         type: string
                         expr: _col3
                         type: string
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -1901,6 +1902,10 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.srcpart
             name: default.srcpart
+      Truncated Path -> Alias:
+        /srcpart/ds=2008-04-08/hr=11 [a]
+        /srcpart/ds=2008-04-08/hr=12 [a]
+      Needs Tagging: false
       Reduce Operator Tree:
         Extract
           File Output Operator
@@ -1916,13 +1921,11 @@ STAGE PLANS:
                   columns _col0,_col1,_col2,_col3
                   columns.types string:string:string:string
                   escape.delim \
+                  hive.serialization.extend.nesting.levels true
                   serialization.format 1
             TotalFiles: 1
             GatherStats: false
             MultiFileSpray: false
-      Truncated Path -> Alias:
-        /srcpart/ds=2008-04-08/hr=11 [a]
-        /srcpart/ds=2008-04-08/hr=12 [a]
 
   Stage: Stage-0
     Fetch Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input_part1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input_part1.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input_part1.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input_part1.q.out Mon Jul 29 21:08:03 2013
@@ -35,7 +35,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -72,7 +72,6 @@ STAGE PLANS:
                   TotalFiles: 1
                   GatherStats: true
                   MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -187,7 +186,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -253,7 +251,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input_part2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input_part2.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input_part2.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input_part2.q.out Mon Jul 29 21:08:03 2013
@@ -49,7 +49,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: ((key < 100.0) and (ds = '2008-04-08'))
+                  expr: ((key < 100) and (ds = '2008-04-08'))
                   type: boolean
               Select Operator
                 expressions:
@@ -89,7 +89,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: ((key < 100.0) and (ds = '2008-04-09'))
+                  expr: ((key < 100) and (ds = '2008-04-09'))
                   type: boolean
               Select Operator
                 expressions:
@@ -126,7 +126,6 @@ STAGE PLANS:
                   TotalFiles: 1
                   GatherStats: true
                   MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -288,7 +287,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -354,7 +352,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -461,7 +458,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -527,7 +523,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input_part4.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input_part4.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input_part4.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input_part4.q.out Mon Jul 29 21:08:03 2013
@@ -19,7 +19,7 @@ STAGE PLANS:
           alias: x
           Filter Operator
             predicate:
-                expr: ((ds = '2008-04-08') and (hr = 15.0))
+                expr: ((ds = '2008-04-08') and (hr = 15))
                 type: boolean
             Select Operator
               expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input_part5.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input_part5.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input_part5.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input_part5.q.out Mon Jul 29 21:08:03 2013
@@ -33,7 +33,7 @@ STAGE PLANS:
             alias: x
             Filter Operator
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input_part7.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input_part7.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input_part7.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input_part7.q.out Mon Jul 29 21:08:03 2013
@@ -32,7 +32,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -85,7 +85,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -131,7 +131,6 @@ STAGE PLANS:
                             type: string
                             expr: _col3
                             type: string
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -227,6 +226,10 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.srcpart
             name: default.srcpart
+      Truncated Path -> Alias:
+        /srcpart/ds=2008-04-08/hr=11 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y]
+        /srcpart/ds=2008-04-08/hr=12 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y]
+      Needs Tagging: false
       Reduce Operator Tree:
         Extract
           File Output Operator
@@ -242,13 +245,11 @@ STAGE PLANS:
                   columns _col0,_col1,_col2,_col3
                   columns.types string:string:string:string
                   escape.delim \
+                  hive.serialization.extend.nesting.levels true
                   serialization.format 1
             TotalFiles: 1
             GatherStats: false
             MultiFileSpray: false
-      Truncated Path -> Alias:
-        /srcpart/ds=2008-04-08/hr=11 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y]
-        /srcpart/ds=2008-04-08/hr=12 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y]
 
   Stage: Stage-0
     Fetch Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/input_part9.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/input_part9.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/input_part9.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/input_part9.q.out Mon Jul 29 21:08:03 2013
@@ -52,7 +52,6 @@ STAGE PLANS:
                         type: string
                         expr: _col3
                         type: string
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -148,6 +147,10 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.srcpart
             name: default.srcpart
+      Truncated Path -> Alias:
+        /srcpart/ds=2008-04-08/hr=11 [x]
+        /srcpart/ds=2008-04-08/hr=12 [x]
+      Needs Tagging: false
       Reduce Operator Tree:
         Extract
           File Output Operator
@@ -163,13 +166,11 @@ STAGE PLANS:
                   columns _col0,_col1,_col2,_col3
                   columns.types string:string:string:string
                   escape.delim \
+                  hive.serialization.extend.nesting.levels true
                   serialization.format 1
             TotalFiles: 1
             GatherStats: false
             MultiFileSpray: false
-      Truncated Path -> Alias:
-        /srcpart/ds=2008-04-08/hr=11 [x]
-        /srcpart/ds=2008-04-08/hr=12 [x]
 
   Stage: Stage-0
     Fetch Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join0.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join0.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join0.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join0.q.out Mon Jul 29 21:08:03 2013
@@ -31,7 +31,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Select Operator
                 expressions:
@@ -53,7 +53,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join11.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join11.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join11.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join11.q.out Mon Jul 29 21:08:03 2013
@@ -30,7 +30,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -54,7 +54,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join12.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join12.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join12.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join12.q.out Mon Jul 29 21:08:03 2013
@@ -36,7 +36,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: ((key < 80.0) and (key < 100.0))
+                  expr: ((key < 80) and (key < 100))
                   type: boolean
               Select Operator
                 expressions:
@@ -60,7 +60,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: ((key < 100.0) and (key < 80.0))
+                  expr: ((key < 100) and (key < 80))
                   type: boolean
               Select Operator
                 expressions:
@@ -86,7 +86,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: ((key < 100.0) and (key < 80.0))
+                  expr: ((key < 100) and (key < 80))
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join13.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join13.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join13.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join13.q.out Mon Jul 29 21:08:03 2013
@@ -37,7 +37,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -61,7 +61,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key < 100.0)
+                  expr: (key < 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -123,7 +123,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key < 200.0)
+                  expr: (key < 200)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join14_hadoop20.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join14_hadoop20.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join14_hadoop20.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join14_hadoop20.q.out Mon Jul 29 21:08:03 2013
@@ -32,7 +32,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key > 100.0)
+                  expr: (key > 100)
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -51,7 +51,7 @@ STAGE PLANS:
             alias: srcpart
             Filter Operator
               predicate:
-                  expr: (key > 100.0)
+                  expr: (key > 100)
                   type: boolean
               Reduce Output Operator
                 key expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join16.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join16.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join16.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join16.q.out Mon Jul 29 21:08:03 2013
@@ -18,7 +18,7 @@ STAGE PLANS:
             alias: a
             Filter Operator
               predicate:
-                  expr: (((key > 10.0) and (key > 20.0)) and (value < 200.0))
+                  expr: (((key > 10) and (key > 20)) and (value < 200))
                   type: boolean
               Select Operator
                 expressions:
@@ -48,7 +48,7 @@ STAGE PLANS:
             alias: tab
             Filter Operator
               predicate:
-                  expr: ((key > 20.0) and (value < 200.0))
+                  expr: ((key > 20) and (value < 200))
                   type: boolean
               Reduce Output Operator
                 key expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join17.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join17.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join17.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join17.q.out Mon Jul 29 21:08:03 2013
@@ -59,7 +59,6 @@ STAGE PLANS:
                     type: string
                     expr: value
                     type: string
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -105,6 +104,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.src
             name: default.src
+      Truncated Path -> Alias:
+        /src [src2, src1]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -149,8 +151,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: true
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /src [src2, src1]
 
   Stage: Stage-0
     Move Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join20.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join20.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join20.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join20.q.out Mon Jul 29 21:08:03 2013
@@ -23,7 +23,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -44,7 +44,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -89,7 +89,7 @@ STAGE PLANS:
           filter predicates:
             0 
             1 
-            2 {(VALUE._col0 < 20.0)}
+            2 {(VALUE._col0 < 20)}
           handleSkewJoin: false
           outputColumnNames: _col0, _col1, _col4, _col5, _col8, _col9
           Select Operator
@@ -744,7 +744,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: ((key < 15.0) and (key < 10.0))
+                  expr: ((key < 15) and (key < 10))
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -765,7 +765,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: ((key < 10.0) and (key < 15.0))
+                  expr: ((key < 10) and (key < 15))
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -810,7 +810,7 @@ STAGE PLANS:
           filter predicates:
             0 
             1 
-            2 {(VALUE._col0 < 20.0)}
+            2 {(VALUE._col0 < 20)}
           handleSkewJoin: false
           outputColumnNames: _col0, _col1, _col4, _col5, _col8, _col9
           Select Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join21.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join21.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join21.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join21.q.out Mon Jul 29 21:08:03 2013
@@ -38,7 +38,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: (key > 10.0)
+                  expr: (key > 10)
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -81,9 +81,9 @@ STAGE PLANS:
             1 {VALUE._col0} {VALUE._col1}
             2 {VALUE._col0} {VALUE._col1}
           filter predicates:
-            0 {(VALUE._col0 < 10.0)}
+            0 {(VALUE._col0 < 10)}
             1 
-            2 {(VALUE._col0 < 10.0)}
+            2 {(VALUE._col0 < 10)}
           handleSkewJoin: false
           outputColumnNames: _col0, _col1, _col4, _col5, _col8, _col9
           Select Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join23.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join23.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join23.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join23.q.out Mon Jul 29 21:08:03 2013
@@ -21,7 +21,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Reduce Output Operator
                 sort order: 
@@ -36,7 +36,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Reduce Output Operator
                 sort order: 

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join26.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join26.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join26.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join26.q.out Mon Jul 29 21:08:03 2013
@@ -128,7 +128,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -243,7 +242,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -309,7 +307,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join28.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join28.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join28.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join28.q.out Mon Jul 29 21:08:03 2013
@@ -91,33 +91,33 @@ STAGE PLANS:
                       expr: _col0
                       type: string
                 outputColumnNames: _col0
-                  Map Join Operator
-                    condition map:
-                         Inner Join 0 to 1
-                    condition expressions:
-                      0 {_col0}
-                      1 {value}
-                    handleSkewJoin: false
-                    keys:
-                      0 [Column[_col0]]
-                      1 [Column[key]]
-                    outputColumnNames: _col0, _col5
-                    Position of Big Table: 0
-                    Select Operator
-                      expressions:
-                            expr: _col0
-                            type: string
-                            expr: _col5
-                            type: string
-                      outputColumnNames: _col0, _col1
-                      File Output Operator
-                        compressed: false
-                        GlobalTableId: 1
-                        table:
-                            input format: org.apache.hadoop.mapred.TextInputFormat
-                            output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
-                            serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-                            name: default.dest_j1
+                Map Join Operator
+                  condition map:
+                       Inner Join 0 to 1
+                  condition expressions:
+                    0 {_col0}
+                    1 {value}
+                  handleSkewJoin: false
+                  keys:
+                    0 [Column[_col0]]
+                    1 [Column[key]]
+                  outputColumnNames: _col0, _col5
+                  Position of Big Table: 0
+                  Select Operator
+                    expressions:
+                          expr: _col0
+                          type: string
+                          expr: _col5
+                          type: string
+                    outputColumnNames: _col0, _col1
+                    File Output Operator
+                      compressed: false
+                      GlobalTableId: 1
+                      table:
+                          input format: org.apache.hadoop.mapred.TextInputFormat
+                          output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
+                          serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
+                          name: default.dest_j1
       Local Work:
         Map Reduce Local Work
 

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join32.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join32.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join32.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join32.q.out Mon Jul 29 21:08:03 2013
@@ -85,54 +85,53 @@ STAGE PLANS:
                 1 [Column[key]]
               outputColumnNames: _col0, _col1, _col5
               Position of Big Table: 1
-                Map Join Operator
-                  condition map:
-                       Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col5} {_col0}
-                    1 {value}
-                  handleSkewJoin: false
-                  keys:
-                    0 [Column[_col1]]
-                    1 [Column[value]]
-                  outputColumnNames: _col1, _col4, _col9
-                  Position of Big Table: 0
-                  Select Operator
-                    expressions:
-                          expr: _col4
-                          type: string
-                          expr: _col9
-                          type: string
-                          expr: _col1
-                          type: string
-                    outputColumnNames: _col0, _col1, _col2
-                    File Output Operator
-                      compressed: false
-                      GlobalTableId: 1
-#### A masked pattern was here ####
-                      NumFilesPerFileSink: 1
-#### A masked pattern was here ####
-                      table:
-                          input format: org.apache.hadoop.mapred.TextInputFormat
-                          output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
-                          properties:
-                            bucket_count -1
-                            columns key,value,val2
-                            columns.types string:string:string
-#### A masked pattern was here ####
-                            name default.dest_j1
-                            serialization.ddl struct dest_j1 { string key, string value, string val2}
-                            serialization.format 1
-                            serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-#### A masked pattern was here ####
-                          serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-                          name: default.dest_j1
-                      TotalFiles: 1
-                      GatherStats: true
-                      MultiFileSpray: false
+              Map Join Operator
+                condition map:
+                     Inner Join 0 to 1
+                condition expressions:
+                  0 {_col5} {_col0}
+                  1 {value}
+                handleSkewJoin: false
+                keys:
+                  0 [Column[_col1]]
+                  1 [Column[value]]
+                outputColumnNames: _col1, _col4, _col9
+                Position of Big Table: 0
+                Select Operator
+                  expressions:
+                        expr: _col4
+                        type: string
+                        expr: _col9
+                        type: string
+                        expr: _col1
+                        type: string
+                  outputColumnNames: _col0, _col1, _col2
+                  File Output Operator
+                    compressed: false
+                    GlobalTableId: 1
+#### A masked pattern was here ####
+                    NumFilesPerFileSink: 1
+#### A masked pattern was here ####
+                    table:
+                        input format: org.apache.hadoop.mapred.TextInputFormat
+                        output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
+                        properties:
+                          bucket_count -1
+                          columns key,value,val2
+                          columns.types string:string:string
+#### A masked pattern was here ####
+                          name default.dest_j1
+                          serialization.ddl struct dest_j1 { string key, string value, string val2}
+                          serialization.format 1
+                          serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
+#### A masked pattern was here ####
+                        serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
+                        name: default.dest_j1
+                    TotalFiles: 1
+                    GatherStats: true
+                    MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join32_lessSize.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join32_lessSize.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join32_lessSize.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join32_lessSize.q.out Mon Jul 29 21:08:03 2013
@@ -93,7 +93,6 @@ STAGE PLANS:
                 MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -256,7 +255,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -563,7 +561,6 @@ STAGE PLANS:
                 MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -757,7 +754,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -995,7 +991,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -1202,7 +1197,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -1357,7 +1351,6 @@ STAGE PLANS:
               value expressions:
                     expr: value
                     type: string
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -1461,6 +1454,11 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.src1
             name: default.src1
+      Truncated Path -> Alias:
+        /src [y]
+        /src1 [z]
+#### A masked pattern was here ####
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -1510,10 +1508,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: true
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /src [y]
-        /src1 [z]
-#### A masked pattern was here ####
 
 
 PREHOOK: query: INSERT OVERWRITE TABLE dest_j1
@@ -1733,7 +1727,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -1896,7 +1889,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -2220,7 +2212,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -2388,7 +2379,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join33.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join33.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join33.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join33.q.out Mon Jul 29 21:08:03 2013
@@ -85,54 +85,53 @@ STAGE PLANS:
                 1 [Column[key]]
               outputColumnNames: _col0, _col1, _col5
               Position of Big Table: 1
-                Map Join Operator
-                  condition map:
-                       Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col5} {_col0}
-                    1 {value}
-                  handleSkewJoin: false
-                  keys:
-                    0 [Column[_col1]]
-                    1 [Column[value]]
-                  outputColumnNames: _col1, _col4, _col9
-                  Position of Big Table: 0
-                  Select Operator
-                    expressions:
-                          expr: _col4
-                          type: string
-                          expr: _col9
-                          type: string
-                          expr: _col1
-                          type: string
-                    outputColumnNames: _col0, _col1, _col2
-                    File Output Operator
-                      compressed: false
-                      GlobalTableId: 1
-#### A masked pattern was here ####
-                      NumFilesPerFileSink: 1
-#### A masked pattern was here ####
-                      table:
-                          input format: org.apache.hadoop.mapred.TextInputFormat
-                          output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
-                          properties:
-                            bucket_count -1
-                            columns key,value,val2
-                            columns.types string:string:string
-#### A masked pattern was here ####
-                            name default.dest_j1
-                            serialization.ddl struct dest_j1 { string key, string value, string val2}
-                            serialization.format 1
-                            serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-#### A masked pattern was here ####
-                          serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-                          name: default.dest_j1
-                      TotalFiles: 1
-                      GatherStats: true
-                      MultiFileSpray: false
+              Map Join Operator
+                condition map:
+                     Inner Join 0 to 1
+                condition expressions:
+                  0 {_col5} {_col0}
+                  1 {value}
+                handleSkewJoin: false
+                keys:
+                  0 [Column[_col1]]
+                  1 [Column[value]]
+                outputColumnNames: _col1, _col4, _col9
+                Position of Big Table: 0
+                Select Operator
+                  expressions:
+                        expr: _col4
+                        type: string
+                        expr: _col9
+                        type: string
+                        expr: _col1
+                        type: string
+                  outputColumnNames: _col0, _col1, _col2
+                  File Output Operator
+                    compressed: false
+                    GlobalTableId: 1
+#### A masked pattern was here ####
+                    NumFilesPerFileSink: 1
+#### A masked pattern was here ####
+                    table:
+                        input format: org.apache.hadoop.mapred.TextInputFormat
+                        output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
+                        properties:
+                          bucket_count -1
+                          columns key,value,val2
+                          columns.types string:string:string
+#### A masked pattern was here ####
+                          name default.dest_j1
+                          serialization.ddl struct dest_j1 { string key, string value, string val2}
+                          serialization.format 1
+                          serialization.lib org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
+#### A masked pattern was here ####
+                        serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
+                        name: default.dest_j1
+                    TotalFiles: 1
+                    GatherStats: true
+                    MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join34.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join34.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join34.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join34.q.out Mon Jul 29 21:08:03 2013
@@ -68,7 +68,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key < 20.0)
+                  expr: (key < 20)
                   type: boolean
               Select Operator
                 expressions:
@@ -130,7 +130,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key > 100.0)
+                  expr: (key > 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -187,7 +187,6 @@ STAGE PLANS:
                         MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join35.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join35.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join35.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join35.q.out Mon Jul 29 21:08:03 2013
@@ -53,7 +53,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key < 20.0)
+                  expr: (key < 20)
                   type: boolean
               Select Operator
                 expressions:
@@ -81,7 +81,6 @@ STAGE PLANS:
                     value expressions:
                           expr: _col1
                           type: bigint
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -127,6 +126,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.src
             name: default.src
+      Truncated Path -> Alias:
+        /src [null-subquery1:subq1-subquery1:x]
+      Needs Tagging: false
       Reduce Operator Tree:
         Group By Operator
           aggregations:
@@ -159,8 +161,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /src [null-subquery1:subq1-subquery1:x]
 
   Stage: Stage-8
     Conditional Operator
@@ -289,7 +289,6 @@ STAGE PLANS:
                     MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -487,7 +486,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -621,7 +619,6 @@ STAGE PLANS:
                     type: string
                     expr: value
                     type: string
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -699,6 +696,10 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.src1
             name: default.src1
+      Truncated Path -> Alias:
+        /src1 [x]
+#### A masked pattern was here ####
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -741,9 +742,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: true
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /src1 [x]
-#### A masked pattern was here ####
 
   Stage: Stage-4
     Map Reduce
@@ -755,7 +753,7 @@ STAGE PLANS:
             Filter Operator
               isSamplingPred: false
               predicate:
-                  expr: (key > 100.0)
+                  expr: (key > 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -783,7 +781,6 @@ STAGE PLANS:
                     value expressions:
                           expr: _col1
                           type: bigint
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -829,6 +826,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.src
             name: default.src
+      Truncated Path -> Alias:
+        /src [null-subquery2:subq1-subquery2:x1]
+      Needs Tagging: false
       Reduce Operator Tree:
         Group By Operator
           aggregations:
@@ -861,8 +861,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /src [null-subquery2:subq1-subquery2:x1]
 
 
 PREHOOK: query: INSERT OVERWRITE TABLE dest_j1

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join38.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join38.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join38.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join38.q.out Mon Jul 29 21:08:03 2013
@@ -90,7 +90,7 @@ STAGE PLANS:
             alias: a
             Filter Operator
               predicate:
-                  expr: (key = 111.0)
+                  expr: (key = 111)
                   type: boolean
               HashTable Sink Operator
                 condition expressions:
@@ -110,7 +110,7 @@ STAGE PLANS:
             alias: b
             Filter Operator
               predicate:
-                  expr: (col11 = 111.0)
+                  expr: (col11 = 111)
                   type: boolean
               Map Join Operator
                 condition map:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join39.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join39.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join39.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join39.q.out Mon Jul 29 21:08:03 2013
@@ -40,7 +40,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key <= 100.0)
+                  expr: (key <= 100)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join4.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join4.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join4.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join4.q.out Mon Jul 29 21:08:03 2013
@@ -50,7 +50,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: ((key > 10.0) and (key < 20.0))
+                  expr: ((key > 10) and (key < 20))
                   type: boolean
               Select Operator
                 expressions:
@@ -78,7 +78,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: ((key > 15.0) and (key < 25.0))
+                  expr: ((key > 15) and (key < 25))
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join40.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join40.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join40.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join40.q.out Mon Jul 29 21:08:03 2013
@@ -37,7 +37,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key <= 100.0)
+                  expr: (key <= 100)
                   type: boolean
               Select Operator
                 expressions:
@@ -1806,7 +1806,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -1827,7 +1827,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: (key < 10.0)
+                  expr: (key < 10)
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -1872,7 +1872,7 @@ STAGE PLANS:
           filter predicates:
             0 
             1 
-            2 {(VALUE._col0 < 20.0)}
+            2 {(VALUE._col0 < 20)}
           handleSkewJoin: false
           outputColumnNames: _col0, _col1, _col4, _col5, _col8, _col9
           Select Operator
@@ -2527,7 +2527,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: ((key < 15.0) and (key < 10.0))
+                  expr: ((key < 15) and (key < 10))
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -2548,7 +2548,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: ((key < 10.0) and (key < 15.0))
+                  expr: ((key < 10) and (key < 15))
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -2593,7 +2593,7 @@ STAGE PLANS:
           filter predicates:
             0 
             1 
-            2 {(VALUE._col0 < 20.0)}
+            2 {(VALUE._col0 < 20)}
           handleSkewJoin: false
           outputColumnNames: _col0, _col1, _col4, _col5, _col8, _col9
           Select Operator
@@ -3252,7 +3252,7 @@ STAGE PLANS:
             alias: src
             Filter Operator
               predicate:
-                  expr: (key <= 100.0)
+                  expr: (key <= 100)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join41.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join41.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join41.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join41.q.out Mon Jul 29 21:08:03 2013
@@ -44,7 +44,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: (key > 10.0)
+                  expr: (key > 10)
                   type: boolean
               Reduce Output Operator
                 key expressions:
@@ -144,7 +144,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: (key > 10.0)
+                  expr: (key > 10)
                   type: boolean
               Reduce Output Operator
                 key expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join5.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join5.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join5.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join5.q.out Mon Jul 29 21:08:03 2013
@@ -50,7 +50,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: ((key > 10.0) and (key < 20.0))
+                  expr: ((key > 10) and (key < 20))
                   type: boolean
               Select Operator
                 expressions:
@@ -78,7 +78,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: ((key > 15.0) and (key < 25.0))
+                  expr: ((key > 15) and (key < 25))
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join6.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join6.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join6.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join6.q.out Mon Jul 29 21:08:03 2013
@@ -50,7 +50,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: ((key > 10.0) and (key < 20.0))
+                  expr: ((key > 10) and (key < 20))
                   type: boolean
               Select Operator
                 expressions:
@@ -78,7 +78,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: ((key > 15.0) and (key < 25.0))
+                  expr: ((key > 15) and (key < 25))
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join7.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join7.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join7.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join7.q.out Mon Jul 29 21:08:03 2013
@@ -60,7 +60,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: ((key > 10.0) and (key < 20.0))
+                  expr: ((key > 10) and (key < 20))
                   type: boolean
               Select Operator
                 expressions:
@@ -88,7 +88,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: ((key > 15.0) and (key < 25.0))
+                  expr: ((key > 15) and (key < 25))
                   type: boolean
               Select Operator
                 expressions:
@@ -116,7 +116,7 @@ STAGE PLANS:
             alias: src3
             Filter Operator
               predicate:
-                  expr: ((key > 20.0) and (key < 25.0))
+                  expr: ((key > 20) and (key < 25))
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join8.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join8.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join8.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join8.q.out Mon Jul 29 21:08:03 2013
@@ -50,7 +50,7 @@ STAGE PLANS:
             alias: src1
             Filter Operator
               predicate:
-                  expr: (((key > 10.0) and (key < 20.0)) and key is not null)
+                  expr: (((key > 10) and (key < 20)) and key is not null)
                   type: boolean
               Select Operator
                 expressions:
@@ -78,7 +78,7 @@ STAGE PLANS:
             alias: src2
             Filter Operator
               predicate:
-                  expr: (((key > 15.0) and (key < 25.0)) and key is not null)
+                  expr: (((key > 15) and (key < 25)) and key is not null)
                   type: boolean
               Select Operator
                 expressions:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join9.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join9.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join9.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join9.q.out Mon Jul 29 21:08:03 2013
@@ -55,7 +55,6 @@ STAGE PLANS:
               value expressions:
                     expr: value
                     type: string
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -147,6 +146,10 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.srcpart
             name: default.srcpart
+      Truncated Path -> Alias:
+        /src [src2]
+        /srcpart/ds=2008-04-08/hr=12 [src1]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -187,9 +190,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: true
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /src [src2]
-        /srcpart/ds=2008-04-08/hr=12 [src1]
 
   Stage: Stage-0
     Move Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join_1to1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join_1to1.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join_1to1.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join_1to1.q.out Mon Jul 29 21:08:03 2013
@@ -944,8 +944,6 @@ NULL	10050	66	NULL	NULL	NULL
 50	10050	66	50	10050	66
 50	10050	88	NULL	NULL	NULL
 50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
@@ -1036,8 +1034,6 @@ NULL	10050	66	NULL	NULL	NULL
 50	10050	66	50	10050	66
 50	10050	88	NULL	NULL	NULL
 50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
@@ -1162,28 +1158,18 @@ NULL	10050	66	NULL	NULL	NULL
 25	10025	88	NULL	NULL	NULL
 30	10030	66	NULL	NULL	NULL
 35	10035	88	NULL	NULL	NULL
-40	10040	66	NULL	NULL	NULL
 40	10040	66	40	10040	66
 40	10040	88	NULL	NULL	NULL
-40	10040	88	NULL	NULL	NULL
 50	10050	66	50	10050	66
 50	10050	66	50	10050	66
 50	10050	88	NULL	NULL	NULL
 50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 70	10040	66	NULL	NULL	NULL
 70	10040	66	NULL	NULL	NULL
-70	10040	66	NULL	NULL	NULL
-70	10040	66	NULL	NULL	NULL
-80	10040	88	NULL	NULL	NULL
-80	10040	88	NULL	NULL	NULL
 80	10040	88	NULL	NULL	NULL
 80	10040	88	NULL	NULL	NULL
 PREHOOK: query: SELECT * FROM join_1to1_1 a full outer join join_1to1_2 b on a.key1 = b.key1 and a.key2 = b.key2 ORDER BY a.key1 ASC, a.key2 ASC, a.value ASC, b.key1 ASC, b.key2 ASC, b.value ASC
@@ -1262,27 +1248,17 @@ NULL	10050	66	NULL	NULL	NULL
 25	10025	88	NULL	NULL	NULL
 30	10030	66	NULL	NULL	NULL
 35	10035	88	NULL	NULL	NULL
-40	10040	66	NULL	NULL	NULL
 40	10040	66	40	10040	66
 40	10040	88	NULL	NULL	NULL
-40	10040	88	NULL	NULL	NULL
 50	10050	66	50	10050	66
 50	10050	66	50	10050	66
 50	10050	88	NULL	NULL	NULL
 50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
-50	10050	88	NULL	NULL	NULL
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 60	10040	66	60	10040	66
 70	10040	66	NULL	NULL	NULL
 70	10040	66	NULL	NULL	NULL
-70	10040	66	NULL	NULL	NULL
-70	10040	66	NULL	NULL	NULL
-80	10040	88	NULL	NULL	NULL
-80	10040	88	NULL	NULL	NULL
 80	10040	88	NULL	NULL	NULL
 80	10040	88	NULL	NULL	NULL

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join_filters_overlap.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join_filters_overlap.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join_filters_overlap.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join_filters_overlap.q.out Mon Jul 29 21:08:03 2013
@@ -90,7 +90,6 @@ STAGE PLANS:
                       type: int
                       expr: value
                       type: int
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -136,6 +135,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.a
             name: default.a
+      Truncated Path -> Alias:
+        /a [b, c, a]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -181,12 +183,11 @@ STAGE PLANS:
                     columns _col0,_col1,_col2,_col3,_col4,_col5
                     columns.types int:int:int:int:int:int
                     escape.delim \
+                    hive.serialization.extend.nesting.levels true
                     serialization.format 1
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /a [b, c, a]
 
   Stage: Stage-0
     Fetch Operator
@@ -296,7 +297,6 @@ STAGE PLANS:
                       type: int
                       expr: value
                       type: int
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -342,6 +342,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.a
             name: default.a
+      Truncated Path -> Alias:
+        /a [b, c, a]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -387,12 +390,11 @@ STAGE PLANS:
                     columns _col0,_col1,_col2,_col3,_col4,_col5
                     columns.types int:int:int:int:int:int
                     escape.delim \
+                    hive.serialization.extend.nesting.levels true
                     serialization.format 1
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /a [b, c, a]
 
   Stage: Stage-0
     Fetch Operator
@@ -502,7 +504,6 @@ STAGE PLANS:
                       type: int
                       expr: value
                       type: int
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -548,6 +549,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.a
             name: default.a
+      Truncated Path -> Alias:
+        /a [b, c, a]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -593,12 +597,11 @@ STAGE PLANS:
                     columns _col0,_col1,_col2,_col3,_col4,_col5
                     columns.types int:int:int:int:int:int
                     escape.delim \
+                    hive.serialization.extend.nesting.levels true
                     serialization.format 1
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /a [b, c, a]
 
   Stage: Stage-0
     Fetch Operator
@@ -726,7 +729,6 @@ STAGE PLANS:
                       type: int
                       expr: value
                       type: int
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -772,6 +774,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.a
             name: default.a
+      Truncated Path -> Alias:
+        /a [d, b, c, a]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -825,12 +830,11 @@ STAGE PLANS:
                     columns _col0,_col1,_col2,_col3,_col4,_col5,_col6,_col7
                     columns.types int:int:int:int:int:int:int:int
                     escape.delim \
+                    hive.serialization.extend.nesting.levels true
                     serialization.format 1
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /a [d, b, c, a]
 
   Stage: Stage-0
     Fetch Operator
@@ -954,7 +958,6 @@ STAGE PLANS:
                       type: int
                       expr: value
                       type: int
-      Needs Tagging: true
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -1000,6 +1003,9 @@ STAGE PLANS:
               serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
               name: default.a
             name: default.a
+      Truncated Path -> Alias:
+        /a [d, b, c, a]
+      Needs Tagging: true
       Reduce Operator Tree:
         Join Operator
           condition map:
@@ -1052,12 +1058,11 @@ STAGE PLANS:
                     columns _col0,_col1,_col2,_col3,_col4,_col5,_col6,_col7
                     columns.types int:int:int:int:int:int:int:int
                     escape.delim \
+                    hive.serialization.extend.nesting.levels true
                     serialization.format 1
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Truncated Path -> Alias:
-        /a [d, b, c, a]
 
   Stage: Stage-0
     Fetch Operator

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join_map_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join_map_ppr.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join_map_ppr.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join_map_ppr.q.out Mon Jul 29 21:08:03 2013
@@ -130,7 +130,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -245,7 +244,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -311,7 +309,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -683,7 +680,6 @@ STAGE PLANS:
                   MultiFileSpray: false
       Local Work:
         Map Reduce Local Work
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -808,7 +804,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:
@@ -889,7 +884,6 @@ STAGE PLANS:
               TotalFiles: 1
               GatherStats: false
               MultiFileSpray: false
-      Needs Tagging: false
       Path -> Alias:
 #### A masked pattern was here ####
       Path -> Partition:

Modified: hive/branches/tez/ql/src/test/results/clientpositive/join_nullsafe.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/join_nullsafe.q.out?rev=1508202&r1=1508201&r2=1508202&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/join_nullsafe.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/join_nullsafe.q.out Mon Jul 29 21:08:03 2013
@@ -1032,7 +1032,15 @@ NULL	NULL	NULL	NULL
 NULL	NULL	NULL	NULL
 NULL	NULL	NULL	NULL
 NULL	NULL	NULL	NULL
+NULL	10	NULL	10
+NULL	35	NULL	35
+NULL	110	NULL	110
+NULL	135	NULL	135
+10	NULL	10	NULL
+48	NULL	48	NULL
 100	100	100	100
+110	NULL	110	NULL
+148	NULL	148	NULL
 200	200	200	200
 PREHOOK: query: SELECT /*+ MAPJOIN(a) */ * FROM smb_input1 a RIGHT OUTER JOIN smb_input1 b ON a.key <=> b.key ORDER BY a.key, a.value, b.key, b.value
 PREHOOK: type: QUERY