[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-02-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9935 --- 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 enab

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-25 Thread maropu
Github user maropu closed the pull request at: https://github.com/apache/spark/pull/10635 --- 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 ena

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-25 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-174782722 @marmbrus Okay, I'll do that. --- 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 ha

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-25 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-174699659 Okay, this seems good, but can you reopen it against branch-1.6? I don't think that we want to continue to offer compatibility once the major version changes in 2.0.

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-173579799 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-173579793 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 projec

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-173579529 **[Test build #49876 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49876/consoleFull)** for PR 10635 at commit [`57a57fc`](https://g

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-173556798 **[Test build #49876 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49876/consoleFull)** for PR 10635 at commit [`57a57fc`](https://gi

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-21 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-173553404 @marmbrus ping --- 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 pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171535976 Sorry that yor're confused. The codes in the link can be compiled because `lib/` has `/spark-catalyst_2.10-2.0.0-SNAPSHOT.jar` modified by this patch. So, you nee

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171500570 I'm confused. The repo you link to compiles fine against [Spark 1.6.0](https://github.com/maropu/spark-compat-test/blob/master/build.sbt#L2). ``` > compil

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171499775 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 projec

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171499779 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171499565 **[Test build #49355 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49355/consoleFull)** for PR 10635 at commit [`cc971a7`](https://g

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171482732 **[Test build #49355 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/49355/consoleFull)** for PR 10635 at commit [`cc971a7`](https://gi

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171478073 I found that aggregation functions such as `Max` and `Min` in ` org.apache.spark.sql.catalyst.expressions.aggregate` has the same issue because the ticket in SPARK-1150

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171471897 @marmbrus @marmbrus checked; Codes below can be compiled in v1.5.2 though, they cannot be compile in v.1.6.0. https://github.com/maropu/spark-compat-test/blob/m

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-171451259 Actually, it looks like this has been taken over in #10635. @smola, do you mind closing this in favor of the newer active PR? Thanks! --- If your project is set up fo

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-13 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-171451007 Ping @rxin @marmbrus, is this change important for 1.6.1? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-12 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-171121913 @marmbrus okay and I'll try it in a day. --- 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

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-08 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-170122685 I could be missing something, but it seems like since you had to manually exclude things here to make it compile, users are going to run into problems. Can you actual

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169866428 @marmbrus @smola ISTM users can compile the source codes that only have compatibility issues of these types. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169861548 Does this actually let you use one source to compile against both versions of Spark? --- If your project is set up for it, you can reply to this email and have your r

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169861337 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 projec

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169861338 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169861160 **[Test build #48988 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48988/consoleFull)** for PR 10635 at commit [`8bdd481`](https://g

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169843491 **[Test build #48988 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48988/consoleFull)** for PR 10635 at commit [`8bdd481`](https://gi

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169842632 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 fea

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169610530 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169600260 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169600247 **[Test build #48925 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48925/consoleFull)** for PR 10635 at commit [`fa45a41`](https://g

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169598956 **[Test build #48925 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48925/consoleFull)** for PR 10635 at commit [`fa45a41`](https://gi

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169586785 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 projec

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10635#issuecomment-169585945 **[Test build #48914 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48914/consoleFull)** for PR 10635 at commit [`c51d95b`](https://gi

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2016-01-06 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/10635 [SPARK-11780][SQL] Add type aliases backwards compatibility Rework from #9935 because it's stale. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-30 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-160824984 ping. we are getting very close to the first 1.6 RC. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-159377597 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

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-159377588 **[Test build #46621 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46621/consoleFull)** for PR 9935 at commit [`53011da`](https://git

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-159377601 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-159376127 **[Test build #46621 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46621/consoleFull)** for PR 9935 at commit [`53011da`](https://gith

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-24 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-159374337 ok to test --- 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 en

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9935#issuecomment-159282503 Can one of the admins verify this patch? --- 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 pr

[GitHub] spark pull request: [SPARK-11780][SQL] Add type aliases backwards ...

2015-11-24 Thread smola
GitHub user smola opened a pull request: https://github.com/apache/spark/pull/9935 [SPARK-11780][SQL] Add type aliases backwards compatibility. Added type aliases in org.apache.spark.sql.types for classes moved to org.apache.spark.sql.catalyst.util. You can merge this pull reque