Github user sureshsubbiah commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1417#discussion_r164275585
--- Diff: core/sql/executor/ExHbaseIUD.cpp ---
@@ -1158,7 +1158,7 @@
ExHbaseAccessBulkLoadPrepSQTcb::ExHbaseAccessBulkLoadPrepSQTcb(
"traf_upsert_err",
fileNum,
loggingFileName_);
- LoggingFileCreated_ = FALSE;
+ loggingFileCreated_ = FALSE;
--- End diff --
Is this line necessary now? loggingFileCreated_ belongs to the base class
now I gather. Its constructor would have done this already.
---