[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-08 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18813 Thanks you @cloud-fan. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-08 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18813 thanks, merging to master/2.2! --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80377/ Test PASSed. ---

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-08 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80377 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80377/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80374/ Test PASSed. ---

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80374 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80374/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80377 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80377/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80374 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80374/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18813 LGTM --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18813 @cloud-fan I identified only one place `getClassFromType` we can remove the dealias. As there is only one and it's a public method, I prefer to keep it in case the future caller doesn't do dealias,

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-07 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18813 is it possible to dealias the `Type` at the very beginning and avoid touching so many places? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-06 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18813 ping @cloud-fan @hvanhovell Can you help to review this change? Thanks. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-03 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18813 ping @cloud-fan May you have time to look at this? Thanks. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18813 cc @cloud-fan @hvanhovell --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80160/ Test PASSed. ---

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80160 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80160/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80160 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80160/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18813 retest this please. --- 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,

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Merged build finished. Test FAILed. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80157/ Test FAILed. ---

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80157 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80157/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80157 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80157/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18813 retest this please. --- 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,

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Merged build finished. Test FAILed. --- 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

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80151 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80151/testReport)** for PR 18813 at commit

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18813 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80151/ Test FAILed. ---

[GitHub] spark issue #18813: [SPARK-21567][SQL] Dataset should work with type alias

2017-08-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18813 **[Test build #80151 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80151/testReport)** for PR 18813 at commit