Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13131 )
Change subject: IMPALA-8463: fix skip.header.line.count on local catalog ...................................................................... IMPALA-8463: fix skip.header.line.count on local catalog This moves the logic to FeFsTable and calls it from LocalFsTable. Testing: Added a unit test that repros the problem. End-to-end tests run against local catalog will catch this but aren't enabled. Change-Id: I3957b3661574c356a14197e8829abbed92028a1a Reviewed-on: http://gerrit.cloudera.org:8080/13131 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/analysis/AlterTableSetTblProperties.java M fe/src/main/java/org/apache/impala/catalog/FeFsTable.java M fe/src/main/java/org/apache/impala/catalog/HdfsTable.java M fe/src/main/java/org/apache/impala/catalog/local/LocalFsTable.java M fe/src/test/java/org/apache/impala/catalog/local/LocalCatalogTest.java 5 files changed, 57 insertions(+), 51 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I3957b3661574c356a14197e8829abbed92028a1a Gerrit-Change-Number: 13131 Gerrit-PatchSet: 8 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
