GitHub user sureshsubbiah opened a pull request:

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

    [TRAFODION-2763] Left join with non-equi join predicate in ON clause …

    …may cause corefiles
    
    This PR also includes a small change for
    [TRAFODION-2764] LOAD and UNLOAD statements with LOB columns cause runtime 
errors
    The files affected by each change is different. Please see JIRA for a 
description of the problem and the fix.
    
    2763
    generator/GenPreCode.cpp
    2764
    bin/SqlciErrors.txt
    optimizer/BindRelExpr.cpp

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

    $ git pull https://github.com/sureshsubbiah/incubator-trafodion misc3

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

    https://github.com/apache/incubator-trafodion/pull/1257.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 #1257
    
----
commit e00a45f00e23039c722c6a551a82c491dcc17092
Author: Suresh Subbiah <sure...@apache.org>
Date:   2017-10-04T17:46:23Z

    [TRAFODION-2763] Left join with non-equi join predicate in ON clause may 
cause corefiles
    
    This PR also includes a small change for
    [TRAFODION-2764] LOAD and UNLOAD statements with LOB columns cause runtime 
errors
    The files affected by each change is different. Please see JIRA for a 
description of the problem and the fix.
    
    2763
    generator/GenPreCode.cpp
    2764
    bin/SqlciErrors.txt
    optimizer/BindRelExpr.cpp

----


---

Reply via email to