cloud-fan commented on code in PR #58037:
URL: https://github.com/apache/spark/pull/58037#discussion_r3807095147


##########
docs/sql-ref-syntax-ddl-create-table-datasource.md:
##########
@@ -78,6 +78,14 @@ as any order. For example, you can write COMMENT 
table_comment after TBLPROPERTI
 
     Specifies buckets numbers, which is used in `CLUSTERED BY` clause.
 
+* **EXTERNAL**
+
+    Table is defined using the path provided as `LOCATION`, does not use 
default location for this table.

Review Comment:
   **Nit:**
   
   Please fix this comma splice; these are independent clauses.
   
   ```suggestion
       The table is defined using the path provided as `LOCATION` and does not 
use the default location for this table.
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to