You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/03/24 17:14:09 UTC

[GitHub] [iceberg] RussellSpitzer edited a comment on issue #2374: SparkSessionCatalog Drop Issues

RussellSpitzer edited a comment on issue #2374:
URL: https://github.com/apache/iceberg/issues/2374#issuecomment-806006808


   @sunchao Pointed out that this issue is most likely resolved in Spark 3.1.1 which only handles V1Tables via the old catalog.
   
   https://github.com/apache/spark/pull/27550
   
   The code now only will apply to V1 Tables
   
   https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveSessionCatalog.scala#L327-L328
   
   We should verify this, and if so we can close out the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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