szehon-ho commented on issue #2374: URL: https://github.com/apache/iceberg/issues/2374#issuecomment-806582742
Just a note if anyone hits this on Spark 3.0.x, for the cache issue (2 above) a workaround is: `spark.sessionState.catalogManager.catalog(catalogName).asInstanceOf[SparkSessionCatalog].dropTable(db, table)` Otherwise you are stuck, there are no way to 'refresh table' as Spark does a tableExists check. It doesn't fix the other issues though. -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
