itholic commented on code in PR #38018:
URL: https://github.com/apache/spark/pull/38018#discussion_r982953437
##########
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:
Yes, just also applied to `to_parquet`.
Checked it's already noted in other I/O APIs!
--
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]