Cheng Hao created SPARK-4093:
--------------------------------

             Summary: Simplify the unwrap/wrap between HiveUDFs
                 Key: SPARK-4093
                 URL: https://issues.apache.org/jira/browse/SPARK-4093
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Cheng Hao
            Priority: Minor


Currently, the nested Hive UDFs invoking will cause extra overhead in 
"unwrapping" / "wrapping" data.
e.g.
SELECT cos(sin(a)) FROM t;

We can reuse the ObjectInspector & output result of nested Hive UDF(sin), and 
avoid the extra data "unwrap" and "wrap".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to