[ 
https://issues.apache.org/jira/browse/HIVE-15739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840500#comment-15840500
 ] 

Mark Wagner commented on HIVE-15739:
------------------------------------

Attached patch for master.

> Incorrect exception message in PartExprEvalUtils
> ------------------------------------------------
>
>                 Key: HIVE-15739
>                 URL: https://issues.apache.org/jira/browse/HIVE-15739
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Mark Wagner
>            Assignee: Mark Wagner
>            Priority: Minor
>         Attachments: HIVE-15739.1.patch.txt
>
>
> The check is on partSpec, not partProps:
> {noformat}
>     if (partSpec.size() != partKeyTypes.length) {
>         throw new HiveException("Internal error : Partition Spec size, " + 
> partProps.size() +
>                 " doesn't match partition key definition size, " + 
> partKeyTypes.length);
>     }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to