You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/02/04 02:10:13 UTC

[GitHub] [spark] turboFei commented on pull request #31431: [WIP][SPARK-34322][SQL] When refreshing a view, also refresh its underlying tables

turboFei commented on pull request #31431:
URL: https://github.com/apache/spark/pull/31431#issuecomment-772970481


   > I don't quite understand the motivation, shouldn't a cached view be automatically refreshed whenever any of its underlying table is updated?
   
   If the underlying table is updated outside of current spark context, the cached view won't be refreshed automated.
   
   It seems that `clear cache` can help for this case.


----------------------------------------------------------------
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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org