srowen commented on a change in pull request #25522: 
[SPARK-28787][DOC][SQL]Document LOAD DATA statement in SQL Reference
URL: https://github.com/apache/spark/pull/25522#discussion_r337180054
 
 

 ##########
 File path: docs/sql-ref-syntax-dml-load.md
 ##########
 @@ -19,4 +19,101 @@ license: |
   limitations under the License.
 ---
 
-**This page is under construction**
+### Description
+`LOAD DATA` statement loads the data into a table from the user specified 
directory or file. If a directory is specified then all the files from the 
directory are loaded. If a file is specified then only the single file is 
loaded. Additionally the `LOAD DATA` statement takes an optional partition 
specification. When a partition is specified, the data files ( when input 
source is a directory ) or the single file ( when input source is a file ) are 
loaded into the partition of the target table.
 
 Review comment:
   Nit: remove spaces inside parentheses

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


With regards,
Apache Git Services

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

Reply via email to