diff --git a/ql/src/test/results/clientpositive/spark/union_null.q.out b/ql/src/test/results/clientpositive/spark/union_null.q.out index af6eda0..4574a2e 100644 --- a/ql/src/test/results/clientpositive/spark/union_null.q.out +++ b/ql/src/test/results/clientpositive/spark/union_null.q.out @@ -1,27 +1,27 @@ PREHOOK: query: -- SORT_BEFORE_DIFF -- HIVE-2901 -select x from (select value as x from src union all select NULL as x from src)a limit 10 +select x from (select value as x from src order by x limit 5 union all select NULL as x from src limit 5) a PREHOOK: type: QUERY PREHOOK: Input: default@src #### A masked pattern was here #### POSTHOOK: query: -- SORT_BEFORE_DIFF -- HIVE-2901 -select x from (select value as x from src union all select NULL as x from src)a limit 10 +select x from (select value as x from src order by x limit 5 union all select NULL as x from src limit 5) a POSTHOOK: type: QUERY POSTHOOK: Input: default@src #### A masked pattern was here #### -val_238 -val_86 -val_311 -val_27 -val_165 -val_409 -val_255 -val_278 -val_98 -val_484 +NULL +NULL +NULL +NULL +NULL +val_0 +val_0 +val_0 +val_10 +val_100 PREHOOK: query: -- HIVE-4837 select * from (select null as N from src1 group by key UNION ALL select null as N from src1 group by key ) a PREHOOK: type: QUERY