You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by sandhyasun <gi...@git.apache.org> on 2017/12/08 21:07:36 UTC

[GitHub] incubator-trafodion pull request #1330: [TRAFODION-2832] Fix for hang when p...

GitHub user sandhyasun opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1330

    [TRAFODION-2832] Fix for hang when preparing insert statements using values tuple list…

    … into lob columns. The fix is to detect the values list at compile time and if the target type is LOB, return an error. Additional fix is to exclude Lob descriptor files from being classified as "special" type. This ensures they will be included in query cache.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sandhyasun/incubator-trafodion traf_misc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1330.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1330
    
----
commit 545318f32e636856f024d7c770ed6ca32bac8fc9
Author: Sandhya Sundaresan <sa...@apache.org>
Date:   2017-12-07T21:17:57Z

    Fix for hang when preparing insert statements using values tuple list inot lob columns. The fix is to detect the values list at compile time and if the target type is LOB, return an error. Additional fix is to exclude LOb descriptor files from being classified as "special" type. This ensures they will be included in query cache.

----


---

[GitHub] incubator-trafodion pull request #1330: [TRAFODION-2832] Fix for hang when p...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/1330


---