[
https://issues.apache.org/jira/browse/HIVE-26453?focusedWorklogId=837652&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-837652
]
ASF GitHub Bot logged work on HIVE-26453:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jan/23 01:14
Start Date: 07/Jan/23 01:14
Worklog Time Spent: 10m
Work Description: sonarcloud[bot] commented on PR #3922:
URL: https://github.com/apache/hive/pull/3922#issuecomment-1374329630
Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_hive&pullRequest=3922)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=BUG)
[0
Bugs](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=VULNERABILITY)
[0
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3922&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3922&resolved=false&types=SECURITY_HOTSPOT)
[0 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=3922&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=CODE_SMELL)
[0 Code
Smells](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=3922&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3922&metric=coverage&view=list)
No Coverage information
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=3922&metric=duplicated_lines_density&view=list)
No Duplication information
Issue Time Tracking
-------------------
Worklog Id: (was: 837652)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)
