Baoning He created HIVE-21082:
---------------------------------
Summary: In HPL/SQL, declare statement does not support variable
of type character
Key: HIVE-21082
URL: https://issues.apache.org/jira/browse/HIVE-21082
Project: Hive
Issue Type: Bug
Components: hpl/sql
Reporter: Baoning He
Assignee: Baoning He
In the following HPL/SQL programs:
DECLARE a character(5); SET a = 'b';
when the type of variable 'a' is CHARACTER, it cannot be assigned a value
successfully. The support for the character type should be added to DECLARE
statement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)