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

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

Reynold Xin created SPARK-14869:
-----------------------------------

             Summary: 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