Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20674 )
Change subject: IMPALA-12526: Fix NullPointerException in testResetMetadataDesc ...................................................................... IMPALA-12526: Fix NullPointerException in testResetMetadataDesc BackendConfig.INSTANCE could be null when running CatalogOpUtilTest#testResetMetadataDesc(). This patch adds a setup method to make sure it's initialized. Tests - Verified the issue is resolved by running the test individually: (pushd fe && mvn test -Dtest=CatalogOpUtilTest#testResetMetadataDesc) Change-Id: Ic5c1c75ec92f4833caf1380a55a0bfd5056ef0cd Reviewed-on: http://gerrit.cloudera.org:8080/20674 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Michael Smith <[email protected]> --- M fe/src/test/java/org/apache/impala/util/CatalogOpUtilTest.java 1 file changed, 11 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved Michael Smith: Verified -- To view, visit http://gerrit.cloudera.org:8080/20674 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic5c1c75ec92f4833caf1380a55a0bfd5056ef0cd Gerrit-Change-Number: 20674 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
