Vuk Ercegovac has posted comments on this change. ( http://gerrit.cloudera.org:8080/11512 )
Change subject: IMPALA-7606: Fix IllegalStateException in CatalogTableInvalidator ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/11512/1/fe/src/main/java/org/apache/impala/catalog/CatalogdTableInvalidator.java File fe/src/main/java/org/apache/impala/catalog/CatalogdTableInvalidator.java: http://gerrit.cloudera.org:8080/#/c/11512/1/fe/src/main/java/org/apache/impala/catalog/CatalogdTableInvalidator.java@228 PS1, Line 228: if (table instanceof IncompleteTable) continue; any way to test this? I've seen functional.bad_serde used for this purpose-- you'll get an IncompleteTable when you do so. See the CatalogTest.java unit tests for examples. -- To view, visit http://gerrit.cloudera.org:8080/11512 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If938a40434b00af516445152f88832ef55d0d0ce Gerrit-Change-Number: 11512 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]> Gerrit-Comment-Date: Tue, 25 Sep 2018 21:13:26 +0000 Gerrit-HasComments: Yes
