[
https://issues.apache.org/jira/browse/HIVE-18898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16405982#comment-16405982
]
Peter Vary commented on HIVE-18898:
-----------------------------------
[~stakiar]: I was also surprised to learn that there are client side
transformations on the HiveMetaStoreClient from [~kuczoram]. Given that we do
not want to change the API with this changes, do you agree to continue with
[~kuczoram]'s proposed patch?
Thanks,
Peter
> 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
> Attachments: HIVE-18898.1.patch, HIVE-18898.2.patch
>
>
> 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)