You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by marmbrus <gi...@git.apache.org> on 2015/02/12 09:02:07 UTC

[GitHub] spark pull request: [SQL] Improve error messages

GitHub user marmbrus opened a pull request:

    https://github.com/apache/spark/pull/4558

    [SQL] Improve error messages

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marmbrus/spark errorMessages

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4558.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 #4558
    
----
commit 6197cd53aebfe4105478b834968397f20e1c0fe0
Author: Michael Armbrust <mi...@databricks.com>
Date:   2015-02-12T07:29:16Z

    [SQL] Better error messages for analysis failures

commit 34eb3a46efe497c34f417b1701e6ef722d57f077
Author: Michael Armbrust <mi...@databricks.com>
Date:   2015-02-12T08:01:11Z

    more work

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74037043
  
      [Test build #27336 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27336/consoleFull) for   PR 4558 at commit [`d4e9015`](https://github.com/apache/spark/commit/d4e9015a11922d5e25f824c0839817840073ec35).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74129699
  
      [Test build #27364 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27364/consoleFull) for   PR 4558 at commit [`5e5ab50`](https://github.com/apache/spark/commit/5e5ab50243c2ef9bd36dc5db3391a6bab9d54fc3).
     * This patch merges cleanly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74142895
  
      [Test build #27364 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27364/consoleFull) for   PR 4558 at commit [`5e5ab50`](https://github.com/apache/spark/commit/5e5ab50243c2ef9bd36dc5db3391a6bab9d54fc3).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74031853
  
      [Test build #27333 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27333/consoleFull) for   PR 4558 at commit [`34eb3a4`](https://github.com/apache/spark/commit/34eb3a46efe497c34f417b1701e6ef722d57f077).
     * This patch merges cleanly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74034772
  
      [Test build #27338 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27338/consoleFull) for   PR 4558 at commit [`d29fbde`](https://github.com/apache/spark/commit/d29fbde07fa52e78b1236a1fa236484010ff6dbc).
     * This patch merges cleanly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74035879
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27333/
    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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by scwf <gi...@git.apache.org>.
Github user scwf commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74061751
  
    @marmbrus, i filed a Pr for your branch(https://github.com/marmbrus/spark/pull/15), hopefully it is useful 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by scwf <gi...@git.apache.org>.
Github user scwf commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4558#discussion_r24568336
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala ---
    @@ -66,32 +66,81 @@ class Analyzer(catalog: Catalog,
           typeCoercionRules ++
           extendedRules : _*),
         Batch("Check Analysis", Once,
    -      CheckResolution ::
    -      CheckAggregation ::
    -      Nil: _*),
    -    Batch("AnalysisOperators", fixedPoint,
    -      EliminateAnalysisOperators)
    +      CheckResolution),
    +    Batch("Remove SubQueries", fixedPoint,
    +      EliminateSubQueries)
       )
     
       /**
        * Makes sure all attributes and logical plans have been resolved.
        */
       object CheckResolution extends Rule[LogicalPlan] {
    +    def failAnalysis(msg: String) = { throw new AnalysisException(msg) }
    +
         def apply(plan: LogicalPlan): LogicalPlan = {
    -      plan.transformUp {
    -        case p if p.expressions.exists(!_.resolved) =>
    -          val missing = p.expressions.filterNot(_.resolved).map(_.prettyString).mkString(",")
    -          val from = p.inputSet.map(_.name).mkString("{", ", ", "}")
    -
    -          throw new AnalysisException(s"Cannot resolve '$missing' given input columns $from")
    -        case p if !p.resolved && p.childrenResolved =>
    -          throw new AnalysisException(s"Unresolved operator in the query plan ${p.simpleString}")
    -      } match {
    -        // As a backstop, use the root node to check that the entire plan tree is resolved.
    -        case p if !p.resolved =>
    -          throw new AnalysisException(s"Unresolved operator in the query plan ${p.simpleString}")
    -        case p => p
    +      // We transform up and order the rules so as to catch the first possible failure instead
    +      // of the result of cascading resolution failures.
    +      plan.foreachUp {
    +        case operator: LogicalPlan =>
    +          operator transformAllExpressions {
    --- End diff --
    
    we can use transformExpressionsUp here to cover the case of ``` SELECT CAST(x AS STRING) FROM src```


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74142902
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27364/
    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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by rxin <gi...@git.apache.org>.
Github user rxin commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74033766
  
    This is going to be huge. You probably want a JIRA ticket for this.



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74039467
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27338/
    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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74037051
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27336/
    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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74032332
  
      [Test build #27334 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27334/consoleFull) for   PR 4558 at commit [`af9e668`](https://github.com/apache/spark/commit/af9e66803eb408f7dbc02c1627141051580ce7b2).
     * This patch merges cleanly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74039458
  
      [Test build #27338 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27338/consoleFull) for   PR 4558 at commit [`d29fbde`](https://github.com/apache/spark/commit/d29fbde07fa52e78b1236a1fa236484010ff6dbc).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74036499
  
      [Test build #27334 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27334/consoleFull) for   PR 4558 at commit [`af9e668`](https://github.com/apache/spark/commit/af9e66803eb408f7dbc02c1627141051580ce7b2).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `trait DataFrame extends RDDApi[Row] with Serializable `



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74035876
  
      [Test build #27333 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27333/consoleFull) for   PR 4558 at commit [`34eb3a4`](https://github.com/apache/spark/commit/34eb3a46efe497c34f417b1701e6ef722d57f077).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/4558


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by marmbrus <gi...@git.apache.org>.
Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74129362
  
    Thanks for the PR!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74036506
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27334/
    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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SQL] Improve error messages

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4558#issuecomment-74032800
  
      [Test build #27336 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27336/consoleFull) for   PR 4558 at commit [`d4e9015`](https://github.com/apache/spark/commit/d4e9015a11922d5e25f824c0839817840073ec35).
     * This patch merges cleanly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org