Comment 1 for bug 1440941

Revision history for this message
Pavani Puppala (pavani-puppala) wrote :

The problem is because the source length is too big. This pointed back to where we get the source length. For varchars the length is stored either in first two or first four bytes. That is checked by reading var indicator length to decide if the length is in the first two or four bytes. However T2 and T4 are not setting var indicator length for varchar types in input descriptors in T2 and T4. This need to be fixed.