You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Baoning He (JIRA)" <ji...@apache.org> on 2019/01/03 09:52:00 UTC

[jira] [Assigned] (HIVE-21082) In HPL/SQL, declare statement does not support variable of type character

     [ https://issues.apache.org/jira/browse/HIVE-21082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Baoning He reassigned HIVE-21082:
---------------------------------


> 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
>            Priority: Minor
>
> 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)