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 2020/03/22 03:43:41 UTC

[GitHub] [spark] LantaoJin removed a comment on issue #27185: [SPARK-30494][SQL] Avoid duplicated cached RDD when replace an existing view

LantaoJin removed a comment on issue #27185: [SPARK-30494][SQL] Avoid duplicated cached RDD when replace an existing view
URL: https://github.com/apache/spark/pull/27185#issuecomment-602142773
 
 
   > Also, @LantaoJin . Please fix the PR description. For example, the following doesn't work.
   > 
   > ```
   > beeline> create or replace temporary view temp1 as select 1
   > beeline> cache table tempView
   > beeline> create or replace temporary view temp1 as select 1, 2
   > beeline> cache table tempView
   > ```
   
   Really, above commands can not be reproduced now?

----------------------------------------------------------------
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


With regards,
Apache Git Services

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