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_r352361030
 
 

 ##########
 File path: docs/sql-ref-syntax-aux-refresh-table.md
 ##########
 @@ -26,17 +26,17 @@ lazy manner when the cached table or the query associated 
with it is executed ag
 
 ### Syntax
 {% highlight sql %}
-REFRESH [TABLE] tableIdentifier
+REFRESH [TABLE] table_identifier
 {% endhighlight %}
 
 ### Parameters
 <dl>
-  <dt><code><em>tableIdentifier</em></code></dt>
+  <dt><code><em>table_identifier</em></code></dt>
   <dd>
-    Specifies a table name, which is either a qualified or unqualified name 
that designates a table/view. If no database identifier is provided, it refers 
to a temporary view or a table/view in the current database.<br><br>
+    Specifies a table name, which may be optionally qualified with a database 
name.<br><br>
 
 Review comment:
   @huaxingao ditto as above..

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to