GitHub user chiastic-security opened a pull request:
https://github.com/apache/phoenix/pull/120
PHOENIX-2257 Fix broken integration test for query over derived GROUPâ¦
⦠BY table (testDerivedTableWithGroupBy()), which worked on Java 7 but
not on Java 8.
The test was retrieving two rows from a query with no ORDER BY clause, and
assuming that they would come back in a specific order. This happened to match
the order that Java 7 returned them in, but the order has changed in Java 8.
Test fixed by not assuming any particular order.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chiastic-security/phoenix-for-cloudera
PHOENIX-2257
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/120.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 #120
----
commit 8153896211d95e93d356f96bc4015f9a836541bd
Author: James Heather <[email protected]>
Date: 2015-10-06T10:12:38Z
PHOENIX-2257 Fix broken integration test for query over derived GROUP BY
table (testDerivedTableWithGroupBy()), which worked on Java 7 but not on Java 8.
The test was retrieving two rows from a query with no ORDER BY clause, and
assuming that they would come back in a specific order. This happened to match
the order that Java 7 returned them in, but the order has changed in Java 8.
Test fixed by not assuming any particular order.
----
---
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.
---