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/29 15:33:27 UTC

[GitHub] [spark] srowen commented on a change in pull request #26996: [SPARK-30342][SQL][DOC]Update LIST FILE/JAR command Documentation

srowen commented on a change in pull request #26996: [SPARK-30342][SQL][DOC]Update LIST FILE/JAR command Documentation
URL: https://github.com/apache/spark/pull/26996#discussion_r361857046
 
 

 ##########
 File path: docs/sql-ref-syntax-aux-resource-mgmt-add-file.md
 ##########
 @@ -36,6 +36,9 @@ ADD FILE file_name
 ### Examples
 {% highlight sql %}
 ADD FILE /tmp/test;
+ADD FILE "/path/to/file/abc.txt";
+ADD FILE '/another/test.txt';
+ADD FILE "/path with space/abc.txt";
 
 Review comment:
   Does this work yet?

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