Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1365#discussion_r159528878
--- Diff: core/sql/exp/exp_clause.cpp ---
@@ -574,8 +574,8 @@ ex_clause::ex_clause(clause_type type,
case ITM_LOBCONVERTHANDLE:
setClassID(LOB_CONVERTHANDLE);
break;
- case ITM_LOBLOAD:
- setClassID(LOB_LOAD);
+ /* case ITM_LOBLOAD:
--- End diff --
Maybe delete these lines (and the break after them) instead of commenting
out?---
