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 <[email protected]> Authored: Fri Feb 16 03:39:09 2018 +0000 Committer: selvaganesang <[email protected]> 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;
