GitHub user HeartSaVioR opened a pull request: https://github.com/apache/storm/pull/1690
STORM-2100 Fix Trident SQL join tests to not rely on ordering Issue link: [STORM-2100](https://issues.apache.org/jira/browse/STORM-2100) The join doesn't guarantee preserving order (Trident and SQL itself) so we shouldn't rely on that. Before this patch, tests are failing with JDK7 (with 1.x-branch). I confirmed that this patch makes tests succeed with 1.x-branch & JDK 1.7 (1.7.0_79) combination. @satishd Could you please review this? Thanks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/HeartSaVioR/storm STORM-2100 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/1690.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 #1690 ---- commit 78780729d25ddcb56d1997cc8ac3bb61d729067b Author: Jungtaek Lim <kabh...@gmail.com> Date: 2016-09-19T13:24:26Z STORM-2100 Fix Trident SQL join tests to not rely on ordering * join doesn't guarantee preserving order (Trident and SQL itself) ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---