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 2022/08/27 12:11:06 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #37692: [SPARK-40244][DOCS]Correct the property name of data source option for csv

HyukjinKwon commented on code in PR #37692:
URL: https://github.com/apache/spark/pull/37692#discussion_r956575398


##########
docs/sql-data-sources-csv.md:
##########
@@ -55,7 +55,7 @@ Data source options of CSV can be set via:
 <table class="table">
   <tr><th><b>Property Name</b></th><th><b>Default</b></th><th><b>Meaning</b></th><th><b>Scope</b></th></tr>
   <tr>
-    <td><code>sep</code></td>
+    <td><code>delimiter</code></td>

Review Comment:
   Either sep or delimiter works fine. Let's probably fix the documentation that `delimiter` is an alias of `sep`.



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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