PREHOOK: query: CREATE TEMPORARY FUNCTION example_add AS 'org.apache.hadoop.hive.contrib.udf.example.UDFExampleAdd' PREHOOK: type: CREATEFUNCTION PREHOOK: Output: database:default POSTHOOK: query: CREATE TEMPORARY FUNCTION example_add AS 'org.apache.hadoop.hive.contrib.udf.example.UDFExampleAdd' POSTHOOK: type: CREATEFUNCTION POSTHOOK: Output: database:default PREHOOK: query: EXPLAIN SELECT example_add(1, 2), example_add(1, 2, 3), example_add(1, 2, 3, 4), example_add(1.1, 2.2), example_add(1.1, 2.2, 3.3), example_add(1.1, 2.2, 3.3, 4.4), example_add(1, 2, 3, 4.4) FROM src LIMIT 1 PREHOOK: type: QUERY POSTHOOK: query: EXPLAIN SELECT example_add(1, 2), example_add(1, 2, 3), example_add(1, 2, 3, 4), example_add(1.1, 2.2), example_add(1.1, 2.2, 3.3), example_add(1.1, 2.2, 3.3, 4.4), example_add(1, 2, 3, 4.4) FROM src LIMIT 1 POSTHOOK: type: QUERY STAGE DEPENDENCIES: Stage-1 is a root stage Stage-0 is a root stage STAGE PLANS: Stage: Stage-1 Map Reduce Map Operator Tree: TableScan alias: src Statistics: Num rows: 0 Data size: 5812 Basic stats: PARTIAL Column stats: COMPLETE Select Operator expressions: example_add(1, 2) (type: int), example_add(1, 2, 3) (type: int), example_add(1, 2, 3, 4) (type: int), example_add(1.1, 2.2) (type: double), example_add(1.1, 2.2, 3.3) (type: double), example_add(1.1, 2.2, 3.3, 4.4) (type: double), example_add(1, 2, 3, 4.4) (type: double) outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 0 Data size: 5812 Basic stats: PARTIAL Column stats: COMPLETE Limit Number of rows: 1 Statistics: Num rows: 0 Data size: 5812 Basic stats: PARTIAL Column stats: COMPLETE File Output Operator compressed: false Statistics: Num rows: 0 Data size: 5812 Basic stats: PARTIAL Column stats: COMPLETE 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 Stage: Stage-0 Fetch Operator limit: 1 PREHOOK: query: SELECT example_add(1, 2), example_add(1, 2, 3), example_add(1, 2, 3, 4), example_add(1.1, 2.2), example_add(1.1, 2.2, 3.3), example_add(1.1, 2.2, 3.3, 4.4), example_add(1, 2, 3, 4.4) FROM src LIMIT 1 PREHOOK: type: QUERY PREHOOK: Input: default@src #### A masked pattern was here #### POSTHOOK: query: SELECT example_add(1, 2), example_add(1, 2, 3), example_add(1, 2, 3, 4), example_add(1.1, 2.2), example_add(1.1, 2.2, 3.3), example_add(1.1, 2.2, 3.3, 4.4), example_add(1, 2, 3, 4.4) FROM src LIMIT 1 POSTHOOK: type: QUERY POSTHOOK: Input: default@src #### A masked pattern was here #### 3 6 10 3.3000000000000003 6.6 11.0 10.4 PREHOOK: query: DROP TEMPORARY FUNCTION example_add PREHOOK: type: DROPFUNCTION PREHOOK: Output: database:default POSTHOOK: query: DROP TEMPORARY FUNCTION example_add POSTHOOK: type: DROPFUNCTION POSTHOOK: Output: database:default