Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/14846 )
Change subject: IMPALA-9195: Using multithreaded execution to accelerate 'show tables/databases' ...................................................................... Patch Set 1: (3 comments) http://gerrit.cloudera.org:8080/#/c/14846/1/fe/src/main/java/org/apache/impala/service/Frontend.java File fe/src/main/java/org/apache/impala/service/Frontend.java: http://gerrit.cloudera.org:8080/#/c/14846/1/fe/src/main/java/org/apache/impala/service/Frontend.java@835 PS1, Line 835: LOG.error("Encountered an error checking access for tables in db: " +dbName, e); line too long (92 > 90) http://gerrit.cloudera.org:8080/#/c/14846/1/fe/src/main/java/org/apache/impala/service/MetadataOp.java File fe/src/main/java/org/apache/impala/service/MetadataOp.java: http://gerrit.cloudera.org:8080/#/c/14846/1/fe/src/main/java/org/apache/impala/service/MetadataOp.java@364 PS1, Line 364: for (String tabName: fe.getTableNames(db.getName(), tablePatternMatcher, user, 0)) { line too long (92 > 90) http://gerrit.cloudera.org:8080/#/c/14846/1/fe/src/test/java/org/apache/impala/authorization/AuthorizationTest.java File fe/src/test/java/org/apache/impala/authorization/AuthorizationTest.java: http://gerrit.cloudera.org:8080/#/c/14846/1/fe/src/test/java/org/apache/impala/authorization/AuthorizationTest.java@239 PS1, Line 239: dbs = AUTHZ_FE.getDbs(PatternMatcher.createHivePatternMatcher("functional_rc"), USER, 0); line too long (93 > 90) -- To view, visit http://gerrit.cloudera.org:8080/14846 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I860e0d18afa0421665f8b3b1c5561d6bdacc5e96 Gerrit-Change-Number: 14846 Gerrit-PatchSet: 1 Gerrit-Owner: Zhou Xu <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Comment-Date: Thu, 05 Dec 2019 06:24:37 +0000 Gerrit-HasComments: Yes
