GitHub user robbinspg opened a pull request:

    https://github.com/apache/spark/pull/17039

    [SPARK-19710] Fix ordering of rows in query results

    ## What changes were proposed in this pull request?
    Changes to SQLQueryTests to make the order of the results constant.
    Where possible ORDER BY has been added to match the existing expected output
    
    ## How was this patch tested?
    Test runs on x86, zLinux (big endian), ppc (big endian)


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

    $ git pull https://github.com/robbinspg/spark-1 SPARK-19710

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

    https://github.com/apache/spark/pull/17039.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 #17039
    
----
commit fbc46a6f5ec2a4aaf3c6b4d5d776ccc7b114842f
Author: Pete Robbins <robbin...@gmail.com>
Date:   2016-12-21T10:06:41Z

    o.a.s.unsafe.types.UTF8StringSuite.writeToOutputStreamIntArray test
    fails on big endian. Only change byte order on little endian

commit 30e20be2c199cc57a6a85547770dfa6fc3d32752
Author: Pete Robbins <robbin...@gmail.com>
Date:   2016-12-22T09:14:14Z

    Simplify setting  of byte order

commit 145c76a2ce4b53726c209f04e0a230692b395369
Author: Pete Robbins <robbin...@gmail.com>
Date:   2016-12-22T16:08:38Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit f0e77f29f1dca2198a87efa28fb01fd247162ceb
Author: Pete Robbins <robbin...@gmail.com>
Date:   2016-12-23T08:55:15Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit 1bc1adf48dae6b1047ff4d4e3d467ffec88abe12
Author: Pete Robbins <robbin...@gmail.com>
Date:   2016-12-23T08:56:42Z

    remove redundant comment

commit ea259fc7a00b3aab1dd554ec9850d057407b1875
Author: Pete Robbins <robbin...@gmail.com>
Date:   2017-01-03T10:29:01Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit f4b76a779df4c9b952114a59907a27a2eddd9898
Author: Pete Robbins <robbin...@gmail.com>
Date:   2017-02-03T13:21:41Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit b5571ea47408f2027a73368adf763b0f0d60eba0
Author: Pete Robbins <robbin...@gmail.com>
Date:   2017-02-13T13:13:05Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit 191777387b4b76afd8442ddc9b33815bd487dfe6
Author: Pete Robbins <robbin...@gmail.com>
Date:   2017-02-14T10:57:47Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit a832b740a5e29b25e8e31cd5de73a311f855a12d
Author: Pete Robbins <robbin...@gmail.com>
Date:   2017-02-20T13:18:05Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit bafe31ccbefdc80d434e34baae8600cb6ef26c56
Author: Pete Robbins <robbin...@gmail.com>
Date:   2017-02-23T11:29:32Z

    Merge branch 'master' of https://github.com/apache/spark.git

commit 950415f98c4574532da9dd089e5a9b027d3683d8
Author: Pete Robbins <robbin...@gmail.com>
Date:   2017-02-23T11:33:53Z

    Update tests to produce reliably ordered results

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to