[
https://issues.apache.org/jira/browse/HIVE-8105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14137320#comment-14137320
]
Alan Gates commented on HIVE-8105:
----------------------------------
I thought it was just boolean that wouldn't handle null properly here. But
you're right, string doesn't either. So I agree we should disable the null
handling for now. I'll rework this patch to just fix the true/false issue and
file a separate JIRA to fix the null issue later.
> booleans and nulls not handled properly in insert/values
> --------------------------------------------------------
>
> Key: HIVE-8105
> URL: https://issues.apache.org/jira/browse/HIVE-8105
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.14.0
> Reporter: Alan Gates
> Assignee: Alan Gates
> Priority: Critical
> Attachments: HIVE-8105.2.patch, HIVE-8105.patch
>
>
> Doing an insert/values with a boolean always results in a value of true,
> regardless of whether true or false is given in the query.
> Doing an insert/values with a null for a column value results in a semantic
> error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)