[GitHub] spark issue #14842: [SPARK-10747][SQL] Support NULS FIRST|LAST clause in ORD...

2016-08-26 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14842 **[Test build #64514 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/64514/consoleFull)** for PR 14842 at commit [`760e890`](https://github.com/apache/spark/commit/7

[GitHub] spark issue #14842: [SPARK-10747][SQL] Support NULS FIRST|LAST clause in ORD...

2016-08-26 Thread xwu0226
Github user xwu0226 commented on the issue: https://github.com/apache/spark/pull/14842 @hvanhovell It turns out that this involves the whole new feature that supports NULLS FIRST|LAST in ORDER BY clause. Please help to see if the implementation is in the right direction. Thanks! ---