Baoning He created HIVE-21308:
---------------------------------
Summary: Negative forms of variables are not supported in HPL/SQL
Key: HIVE-21308
URL: https://issues.apache.org/jira/browse/HIVE-21308
Project: Hive
Issue Type: Bug
Components: hpl/sql
Reporter: Baoning He
Assignee: Baoning HeIn the following HPL/SQL programs: declare num = 1; print -num; The expected result should be '-1',but it print '1' . -- This message was sent by Atlassian JIRA (v7.6.3#76005)
