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 2022/11/14 03:10:48 UTC

[GitHub] [spark] cloud-fan commented on pull request #37355: [SPARK-39930][SQL] Introduce Cache Hints

cloud-fan commented on PR #37355:
URL: https://github.com/apache/spark/pull/37355#issuecomment-1313002983

   To close the loop: `CACHE TABLE abc AS SELECT id from range(0,1)` should be sufficient. If it fails with view already exists, we can either rerun it with a different name, or drop the temp view first.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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