Jonathan Chang created HIVE-3580: ------------------------------------ Summary: STACK() is crashes if an argument is a literal NULL Key: HIVE-3580 URL: https://issues.apache.org/jira/browse/HIVE-3580 Project: Hive Issue Type: Bug Reporter: Jonathan Chang Priority: Minor
SELECT foo, bar FROM table LATERAL VIEW STACK(3, 1.0, 'a', NULL, 'b', 2.0, 'c') z AS foo, bar fails. Type conversion between the NULL and the doubles is probably broken in the UDF. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira