You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by DaveBirdsall <gi...@git.apache.org> on 2018/02/15 20:06:59 UTC

[GitHub] trafodion pull request #1446: [TRAFODION-2840] Update expected results for t...

GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/trafodion/pull/1446

    [TRAFODION-2840] Update expected results for test hive/TEST018

    A side effect of https://github.com/apache/trafodion/pull/1414 is that [first n] + ORDER BY queries are now considered non-cacheable. (Queries with [first n] but without ORDER BY have always been non-cacheable.) This caused a failure in hive/TEST018, as a query that was formerly cacheable is now not.
    
    This change updates the expected results for hive/TEST018.

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

    $ git pull https://github.com/DaveBirdsall/trafodion hiveTest018

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

    https://github.com/apache/trafodion/pull/1446.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 #1446
    
----
commit e13919aa7360e2ddd9c630f77c49ea1f13ca465e
Author: Dave Birdsall <db...@...>
Date:   2018-02-15T20:00:46Z

    [TRAFODION-2840] Update expected results for test hive/TEST018

----


---

[GitHub] trafodion pull request #1446: [TRAFODION-2840] Update expected results for t...

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

    https://github.com/apache/trafodion/pull/1446


---