Zihao Ye has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23181
Change subject: IMPALA-14233: Fix unexpected Kudu table drop on external table creation failure ...................................................................... IMPALA-14233: Fix unexpected Kudu table drop on external table creation failure The existing code incorrectly drops the corresponding Kudu table when the creation of a Kudu external table in HMS fails due to an erroneous negation in the if condition. Removed the incorrect negation in the if condition to align with the intended behavior described in the comment. Testing: - Existing tests cover this change. Change-Id: I67d1cb333526fa41f247757997a6f7cf60d26c0b --- M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/23181/1 -- To view, visit http://gerrit.cloudera.org:8080/23181 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I67d1cb333526fa41f247757997a6f7cf60d26c0b Gerrit-Change-Number: 23181 Gerrit-PatchSet: 1 Gerrit-Owner: Zihao Ye <[email protected]>
