You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Mark Wagner (JIRA)" <ji...@apache.org> on 2017/01/26 21:35:24 UTC

[jira] [Created] (HIVE-15739) Incorrect exception message in PartExprEvalUtils

Mark Wagner created HIVE-15739:
----------------------------------

             Summary: 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


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)