[ 
https://issues.apache.org/jira/browse/HIVE-26453?focusedWorklogId=840705&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-840705
 ]

ASF GitHub Bot logged work on HIVE-26453:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Jan/23 17:39
            Start Date: 20/Jan/23 17:39
    Worklog Time Spent: 10m 
      Work Description: saihemanth-cloudera merged PR #3922:
URL: https://github.com/apache/hive/pull/3922




Issue Time Tracking
-------------------

    Worklog Id:     (was: 840705)
    Time Spent: 50m  (was: 40m)

> 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
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to