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 2019/12/01 17:41:57 UTC

[GitHub] [spark] dilipbiswal commented on a change in pull request #26721: [SPARK-30085][SQL][DOC] Standardize partition spec in sql reference

dilipbiswal commented on a change in pull request #26721: [SPARK-30085][SQL][DOC] Standardize partition spec in sql reference
URL: https://github.com/apache/spark/pull/26721#discussion_r352360804
 
 

 ##########
 File path: docs/sql-ref-syntax-aux-cache-cache-table.md
 ##########
 @@ -35,8 +35,14 @@ CACHE [ LAZY ] TABLE table_name
 </dl>
 
 <dl>
-  <dt><code><em>table_name</em></code></dt>
-  <dd>The name of the table to be cached.</dd>
+  <dt><code><em>table_identifier</em></code></dt>
+  <dd>
+    Specifies a table name, which may be optionally qualified with a database name.<br><br>
 
 Review comment:
   @huaxingao Here, can we try and retain the original description ? How about : 
   ```
   Specifies the table name to be cached. A table name may be optionally qualified with a database name.
   ```

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