diff --git ql/src/test/queries/clientpositive/orc_llap.q ql/src/test/queries/clientpositive/orc_llap.q index 1659044..4b2a3f7 100644 --- ql/src/test/queries/clientpositive/orc_llap.q +++ ql/src/test/queries/clientpositive/orc_llap.q @@ -55,6 +55,9 @@ explain select count(1) from orc_llap_small y join orc_llap_small x; select count(1) from orc_llap_small y join orc_llap_small x; +-- All row groups selected, no projection +select count(*) from orc_llap_small; + -- All row groups pruned select count(*) from orc_llap_small where cint < 60000000; diff --git ql/src/test/results/clientpositive/orc_llap.q.out ql/src/test/results/clientpositive/orc_llap.q.out index b71fb6b..79e4635 100644 --- ql/src/test/results/clientpositive/orc_llap.q.out +++ ql/src/test/results/clientpositive/orc_llap.q.out @@ -212,6 +212,17 @@ POSTHOOK: type: QUERY POSTHOOK: Input: default@orc_llap_small #### A masked pattern was here #### 225 +PREHOOK: query: -- All row groups selected, no projection +select count(*) from orc_llap_small +PREHOOK: type: QUERY +PREHOOK: Input: default@orc_llap_small +#### A masked pattern was here #### +POSTHOOK: query: -- All row groups selected, no projection +select count(*) from orc_llap_small +POSTHOOK: type: QUERY +POSTHOOK: Input: default@orc_llap_small +#### A masked pattern was here #### +15 PREHOOK: query: -- All row groups pruned select count(*) from orc_llap_small where cint < 60000000 PREHOOK: type: QUERY