You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Marta Kuczora (JIRA)" <ji...@apache.org> on 2018/03/07 15:40:00 UTC

[jira] [Assigned] (HIVE-18898) Fix NPEs in HiveMetastore.dropPartition method

     [ https://issues.apache.org/jira/browse/HIVE-18898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marta Kuczora reassigned HIVE-18898:
------------------------------------


> Fix NPEs in HiveMetastore.dropPartition method
> ----------------------------------------------
>
>                 Key: HIVE-18898
>                 URL: https://issues.apache.org/jira/browse/HIVE-18898
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Marta Kuczora
>            Assignee: Marta Kuczora
>            Priority: Minor
>
> The TestDropPartitions tests revealed that NPE is thrown if the dropPartition(String db_name, String tbl_name, List<String> part_vals, PartitionDropOptions options) method is called with null options and with a part_vals list which contains null elements.
> Example: NPE is thrown in the following test cases
>  * testDropPartitionNullPartDropOptions
>  * testDropPartitionNullVal



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)