Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1586#discussion_r191957326
--- Diff: core/sql/executor/ExExeUtil.h ---
@@ -3083,6 +3083,7 @@ class ExExeUtilLobUpdateTcb : public ExExeUtilTcb
ExLobStats lobStats_;
char statusString_[200];
fstream indata_;
+ char lobLockId_[12];
--- End diff --
Should "12" be "LOB_LOCK_ID_SIZE"?---
