You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Manthan B Y (Jira)" <ji...@apache.org> on 2023/01/06 08:55:00 UTC

[jira] [Assigned] (HIVE-26453) INSERT ... VALUES with BINARY type returns error

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

Manthan B Y reassigned HIVE-26453:
----------------------------------

    Assignee: Manthan B Y

> INSERT ... VALUES with BINARY type returns error
> ------------------------------------------------
>
>                 Key: HIVE-26453
>                 URL: https://issues.apache.org/jira/browse/HIVE-26453
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Csaba Ringhofer
>            Assignee: Manthan B Y
>            Priority: Major
>
> To reproduce:
> create table bint (b binary);
> insert into table bint values (cast("a" as binary));
> Error: Error while compiling statement: FAILED: RuntimeException Error invoking signature method (state=42000,code=40000)
> The same DML works if I use SELECT instead of values:
> insert into table bint select cast("a" as binary);



--
This message was sent by Atlassian Jira
(v8.20.10#820010)