You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/04/23 09:01:12 UTC

[jira] [Commented] (SPARK-14869) Don't mask exceptions in ResolveRelations

    [ https://issues.apache.org/jira/browse/SPARK-14869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15255180#comment-15255180 ] 

Apache Spark commented on SPARK-14869:
--------------------------------------

User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/12634

> Don't mask exceptions in ResolveRelations
> -----------------------------------------
>
>                 Key: SPARK-14869
>                 URL: https://issues.apache.org/jira/browse/SPARK-14869
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>
> In order to support SPARK-11197 (run SQL directly on files), we added some code in ResolveRelations to catch the exception thrown by catalog.lookupRelation and ignore it. This unfortunately masks all the exceptions. It should've been sufficient to simply test the table does not exist.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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