PREHOOK: query: create table newtypesorc(c char(10), v varchar(10), d decimal(5,3), da date) stored as orc tblproperties("orc.stripe.size"="16777216") PREHOOK: type: CREATETABLE PREHOOK: Output: database:default PREHOOK: Output: default@newtypesorc POSTHOOK: query: create table newtypesorc(c char(10), v varchar(10), d decimal(5,3), da date) stored as orc tblproperties("orc.stripe.size"="16777216") POSTHOOK: type: CREATETABLE POSTHOOK: Output: database:default POSTHOOK: Output: default@newtypesorc PREHOOK: query: insert overwrite table newtypesorc select * from (select cast("apple" as char(10)), cast("bee" as varchar(10)), 0.22, cast("1970-02-20" as date) from src src1 union all select cast("hello" as char(10)), cast("world" as varchar(10)), 11.22, cast("1970-02-27" as date) from src src2) uniontbl PREHOOK: type: QUERY PREHOOK: Input: default@src PREHOOK: Output: default@newtypesorc POSTHOOK: query: insert overwrite table newtypesorc select * from (select cast("apple" as char(10)), cast("bee" as varchar(10)), 0.22, cast("1970-02-20" as date) from src src1 union all select cast("hello" as char(10)), cast("world" as varchar(10)), 11.22, cast("1970-02-27" as date) from src src2) uniontbl POSTHOOK: type: QUERY POSTHOOK: Input: default@src POSTHOOK: Output: default@newtypesorc POSTHOOK: Lineage: newtypesorc.c EXPRESSION [] POSTHOOK: Lineage: newtypesorc.d EXPRESSION [] POSTHOOK: Lineage: newtypesorc.da EXPRESSION [] POSTHOOK: Lineage: newtypesorc.v EXPRESSION [] PREHOOK: query: -- char data types (EQUAL, NOT_EQUAL, LESS_THAN, LESS_THAN_EQUALS, IN, BETWEEN tests) select sum(hash(*)) from newtypesorc where c="apple" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: -- char data types (EQUAL, NOT_EQUAL, LESS_THAN, LESS_THAN_EQUALS, IN, BETWEEN tests) select sum(hash(*)) from newtypesorc where c="apple" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c="apple" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c="apple" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c!="apple" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c!="apple" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 334427804500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c!="apple" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c!="apple" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 334427804500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c<"hello" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c<"hello" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c<"hello" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c<"hello" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c<="hello" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c<="hello" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 81475875500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c<="hello" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c<="hello" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 81475875500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c="apple " PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c="apple " POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### NULL PREHOOK: query: select sum(hash(*)) from newtypesorc where c="apple " PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c="apple " POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### NULL PREHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "carrot") PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "carrot") POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "carrot") PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "carrot") POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "hello") PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "hello") POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 81475875500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "hello") PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c in ("apple", "hello") POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 81475875500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c in ("carrot") PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c in ("carrot") POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### NULL PREHOOK: query: select sum(hash(*)) from newtypesorc where c in ("carrot") PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c in ("carrot") POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### NULL PREHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "carrot" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "carrot" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "carrot" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "carrot" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### -252951929000 PREHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "zombie" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "zombie" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 81475875500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "zombie" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c between "apple" and "zombie" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### 81475875500 PREHOOK: query: select sum(hash(*)) from newtypesorc where c between "carrot" and "carrot1" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c between "carrot" and "carrot1" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### NULL PREHOOK: query: select sum(hash(*)) from newtypesorc where c between "carrot" and "carrot1" PREHOOK: type: QUERY PREHOOK: Input: default@newtypesorc #### A masked pattern was here #### POSTHOOK: query: select sum(hash(*)) from newtypesorc where c between "carrot" and "carrot1" POSTHOOK: type: QUERY POSTHOOK: Input: default@newtypesorc #### A masked pattern was here #### NULL