[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9833 --- 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-11849][SQL] Analyzer should replace cur...

2015-11-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-158153021 Merging 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 have this fe

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-19 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-158046325 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

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

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

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-158003744 Test PASSed. 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-11849][SQL] Analyzer should replace cur...

2015-11-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-158003590 **[Test build #46319 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46319/consoleFull)** for PR 9833 at commit [`1ddbe84`](https://git

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

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

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-157988174 Test PASSed. 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-11849][SQL] Analyzer should replace cur...

2015-11-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-157988057 **[Test build #46311 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46311/consoleFull)** for PR 9833 at commit [`33013e6`](https://git

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-157977889 **[Test build #46319 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46319/consoleFull)** for PR 9833 at commit [`1ddbe84`](https://gith

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-18 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-157977547 k updated. --- 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 enabl

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-18 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/9833#discussion_r45309527 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisSuite.scala --- @@ -218,4 +219,39 @@ class AnalysisSuite extends Analy

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-18 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/9833#discussion_r45309511 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisSuite.scala --- @@ -218,4 +219,39 @@ class AnalysisSuite extends Analy

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-157967501 **[Test build #46311 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46311/consoleFull)** for PR 9833 at commit [`33013e6`](https://gith

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-18 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/9833#issuecomment-157966101 cc @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 en

[GitHub] spark pull request: [SPARK-11849][SQL] Analyzer should replace cur...

2015-11-18 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/9833 [SPARK-11849][SQL] Analyzer should replace current_date and current_timestamp with literals We currently rely on the optimizer's constant folding to replace current_timestamp and current_date. However