Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/13131 )
Change subject: IMPALA-8463: fix skip.header.line.count on local catalog ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/13131/1/fe/src/main/java/org/apache/impala/catalog/local/LocalFsTable.java File fe/src/main/java/org/apache/impala/catalog/local/LocalFsTable.java: http://gerrit.cloudera.org:8080/#/c/13131/1/fe/src/main/java/org/apache/impala/catalog/local/LocalFsTable.java@524 PS1, Line 524: org.apache.hadoop.hive.metastore.api.Table msTbl = getMetaStoreTable(); Can we just move the code from HdfsTable.java into FeFsTable.Utils and call it from here? Or, now that we are Java8-capable, move it into FeFsTable as a default interface method? -- To view, visit http://gerrit.cloudera.org:8080/13131 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I3957b3661574c356a14197e8829abbed92028a1a Gerrit-Change-Number: 13131 Gerrit-PatchSet: 1 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Comment-Date: Fri, 26 Apr 2019 19:31:40 +0000 Gerrit-HasComments: Yes
