Repository: trafodion Updated Branches: refs/heads/master d5b72e710 -> 344cc3f2f
Fix for failure in hive/TEST018 test in 02/22/18 daily build https://jenkins.esgyn.com/job/Check-Daily-master-rh6/360/ Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/568c739b Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/568c739b Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/568c739b Branch: refs/heads/master Commit: 568c739b02bf212fb7a1d128344fa1629216f90f Parents: 7b96645 Author: selvaganesang <[email protected]> Authored: Thu Feb 22 18:01:44 2018 +0000 Committer: selvaganesang <[email protected]> Committed: Thu Feb 22 18:01:44 2018 +0000 ---------------------------------------------------------------------- core/sql/executor/HdfsClient_JNI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/568c739b/core/sql/executor/HdfsClient_JNI.cpp ---------------------------------------------------------------------- diff --git a/core/sql/executor/HdfsClient_JNI.cpp b/core/sql/executor/HdfsClient_JNI.cpp index 2fab571..f08aa92 100644 --- a/core/sql/executor/HdfsClient_JNI.cpp +++ b/core/sql/executor/HdfsClient_JNI.cpp @@ -258,7 +258,7 @@ static const char* const hdfsClientErrorEnumStr[] = { "JNI NewStringUTF() in hdfsCreate()." ,"Java exception in hdfsCreate()." - "JNI NewStringUTF() in hdfsOpen()." + ,"JNI NewStringUTF() in hdfsOpen()." ,"Java exception in hdfsOpen()." ,"JNI NewStringUTF() in hdfsWrite()." ,"Java exception in hdfsWrite()."
