You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dongjoon-hyun <gi...@git.apache.org> on 2017/12/05 05:13:39 UTC

[GitHub] spark issue #19713: [SPARK-22488] [SQL] Fix the view resolution issue in the...

Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/19713
  
    Hi, All.
    It seems we missed `DROP TABLE IF EXISTS` cases here.
    (I also forgot to check that during 2.2-backporting of this PR.)
    This PR swallows `NoSuchTableException` and emits `AnalysisException`. `DROP TABLE IF EXISTS` expected `NoSuchTableException` in ddl.scala. It becomes a regression on 2.2.1.


---

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