You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2018/02/16 20:00:41 UTC

[8/9] trafodion git commit: Fix for regression failure of the commit a99ee11ed

Fix for regression failure of the commit a99ee11ed


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/cc43432c
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/cc43432c
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/cc43432c

Branch: refs/heads/master
Commit: cc43432cfa251396ecc44650d4cdbcc250457daa
Parents: a99ee11
Author: selvaganesang <se...@esgyn.com>
Authored: Fri Feb 16 03:39:09 2018 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Fri Feb 16 03:39:09 2018 +0000

----------------------------------------------------------------------
 core/sql/executor/ExHbaseIUD.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/cc43432c/core/sql/executor/ExHbaseIUD.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/ExHbaseIUD.cpp b/core/sql/executor/ExHbaseIUD.cpp
index 2663b24..e8aac8c 100644
--- a/core/sql/executor/ExHbaseIUD.cpp
+++ b/core/sql/executor/ExHbaseIUD.cpp
@@ -1141,7 +1141,8 @@ ExHbaseAccessBulkLoadPrepSQTcb::ExHbaseAccessBulkLoadPrepSQTcb(
           ex_globals * glob ) :
     ExHbaseAccessUpsertVsbbSQTcb( hbaseAccessTdb, glob),
     prevRowId_ (NULL),
-    lastErrorCnd_(NULL)
+    lastErrorCnd_(NULL),
+    sampleFileHdfsClient_(NULL)
 {
    hFileParamsInitialized_ = false;
    //sortedListOfColNames_ = NULL;