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


##########
python/pyspark/pandas/frame.py:
##########
@@ -5317,6 +5317,12 @@ def to_orc(
         ...     '%s/to_orc/foo.orc' % path,
         ...     mode = 'overwrite',
         ...     partition_cols=['date', 'country'])
+
+        Notes
+        -----
+        pandas-on-Spark writes ORC files into the directory, `path`, and writes
+        multiple `part-...` files in the directory unlike pandas.
+        pandas-on-Spark respects HDFS's property such as 'fs.default.name'.

Review Comment:
   Do we have this note in other I/O API? it applies to all I/O API in pandas 
api on spark.



-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to