Merge PR 1674 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implemenation
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/c8ffae3b Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/c8ffae3b Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/c8ffae3b Branch: refs/heads/master Commit: c8ffae3b450dcf2e40e33d02a3bea2d38e1a64a3 Parents: 9c59d78 abbfe85 Author: selvaganesang <[email protected]> Authored: Mon Aug 6 18:26:53 2018 +0000 Committer: selvaganesang <[email protected]> Committed: Mon Aug 6 18:26:53 2018 +0000 ---------------------------------------------------------------------- core/sql/executor/ExHdfsScan.cpp | 3 +- core/sql/executor/HdfsClient_JNI.cpp | 12 +- core/sql/executor/HdfsClient_JNI.h | 6 +- .../main/java/org/trafodion/sql/HDFSClient.java | 116 ++++++++++++++++--- .../main/java/org/trafodion/sql/HdfsScan.java | 24 ++-- 5 files changed, 129 insertions(+), 32 deletions(-) ----------------------------------------------------------------------
