[ 
https://issues.apache.org/jira/browse/SPARK-14869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin resolved SPARK-14869.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> 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
>             Fix For: 2.0.0
>
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to