Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/507#discussion_r64974737
--- Diff: core/sql/exp/ExpLOB.h ---
@@ -264,11 +265,11 @@ class ExpLOBoper : public ex_clause {
// Generates LOB handle that is stored in the SQL row.
// LOB handle max len: 512 bytes
- //
<flags><LOBnum><objectUid><LOBlen><descKey><descTS><chunkNum><schNameLen><schName>
- //
<--4--><--4---><----8----><---8--><---8---><--8---><----2---><---2------><--vc--->
+ //
<flags><LOBType><LOBnum><objectUid><LOBlen><descKey><descTS><chunkNum><schNameLen><schName>
+ //
<--4--><--4----><--4---><----8----><---8--><---8---><--8---><----2---><---2------><--vc--->
static void genLOBhandle(Int64 uid,
--- End diff --
Is this change upward-compatible? What happens if this code is installed on
an existing instance with tables that already have LOB data?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---