You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Bikramjeet Vig (Code Review)" <ge...@cloudera.org> on 2016/06/07 18:00:15 UTC

[Impala-CR](cdh5-trunk) IMPALA-3606: Fix for Java NPE when trying to add an existing partition

Bikramjeet Vig has uploaded a new patch set (#2).

Change subject: IMPALA-3606: Fix for Java NPE when trying to add an existing partition
......................................................................

IMPALA-3606: Fix for Java NPE when trying to add an existing partition

A NPE is also encountered when trying to drop a partition which does
not exist. In these cases the fix is to return an empty
TCatalogUpdateResult that contains no objects.

Change-Id: Ic829e8580c14ed88adf7a0d1571381526b18a206
---
M fe/src/main/java/com/cloudera/impala/service/CatalogOpExecutor.java
1 file changed, 11 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/24/3324/2
-- 
To view, visit http://gerrit.cloudera.org:8080/3324
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic829e8580c14ed88adf7a0d1571381526b18a206
Gerrit-PatchSet: 2
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Bikramjeet Vig <bi...@cloudera.com>
Gerrit-Reviewer: Dimitris Tsirogiannis <dt...@cloudera.com>