diff --git ql/src/test/queries/clientpositive/avrocountemptytbl.q ql/src/test/queries/clientpositive/avrocountemptytbl.q index 9ecfb05..3ede2bb 100644 --- ql/src/test/queries/clientpositive/avrocountemptytbl.q +++ ql/src/test/queries/clientpositive/avrocountemptytbl.q @@ -1,3 +1,5 @@ +-- SORT_QUERY_RESULTS + drop table if exists emptyavro; create table emptyavro (a int) stored as avro; select count(*) from emptyavro; diff --git ql/src/test/results/clientpositive/avrocountemptytbl.q.out ql/src/test/results/clientpositive/avrocountemptytbl.q.out index 72e8489..afaab34 100644 --- ql/src/test/results/clientpositive/avrocountemptytbl.q.out +++ ql/src/test/results/clientpositive/avrocountemptytbl.q.out @@ -1,6 +1,10 @@ -PREHOOK: query: drop table if exists emptyavro +PREHOOK: query: -- SORT_QUERY_RESULTS + +drop table if exists emptyavro PREHOOK: type: DROPTABLE -POSTHOOK: query: drop table if exists emptyavro +POSTHOOK: query: -- SORT_QUERY_RESULTS + +drop table if exists emptyavro POSTHOOK: type: DROPTABLE PREHOOK: query: create table emptyavro (a int) stored as avro PREHOOK: type: CREATETABLE