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 <dbirdsall@...>
Date: 2018-02-15T20:00:46Z
[TRAFODION-2840] Update expected results for test hive/TEST018
----
---