GitHub user zellerh opened a pull request:

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

    [TRAFODION-2130] Incorrect subquery unnesting

    A missing ">" character caused us to do an unnesting transformation
    without having uniqueness constraint on the main query.
    
    Note that this is a rare case, since most tables have unique columns
    and since the code tries to get those unique columns if they are not
    already included.

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

    $ git pull https://github.com/zellerh/incubator-trafodion bug/fix

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

    https://github.com/apache/incubator-trafodion/pull/624.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 #624
    
----
commit 1ca26fc8fbfa9cb12dd37f453b71034db3372c82
Author: Hans Zeller <[email protected]>
Date:   2016-07-28T17:39:55Z

    [TRAFODION-2130] Incorrect subquery unnesting
    
    A missing ">" character caused us to do an unnesting transformation
    without having uniqueness constraint on the main query.
    
    Note that this is a rare case, since most tables have unique columns
    and since the code tries to get those unique columns if they are not
    already included.

----


---
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.
---

Reply via email to