GitHub user scwf opened a pull request:
https://github.com/apache/spark/pull/3838
[SPARK-5002][SQL] Using ascending by default when not specify order in
order by
spark sql does not support ```SELECT a, b FROM testData2 ORDER BY a desc,
b```.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scwf/spark orderby
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3838.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 #3838
----
commit 48145d3f3264860c5848e9ed4fba75dd0e413a34
Author: wangfei <[email protected]>
Date: 2014-12-30T06:56:55Z
fix order, using asc by default
commit 114b64a9b8dba469c44a455cb6f239ea1e8c0d2a
Author: wangfei <[email protected]>
Date: 2014-12-30T06:59:00Z
remove nouse methods
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]