zhengruifeng commented on code in PR #49439:
URL: https://github.com/apache/spark/pull/49439#discussion_r1910097626
##########
python/pyspark/sql/dataframe.py:
##########
@@ -6609,10 +6609,10 @@ def asTable(self) -> TableArg:
After obtaining a TableArg from a DataFrame using this method, you can
specify partitioning
and ordering for the table argument by calling methods such as
`partitionBy`, `orderBy`, and
`withSinglePartition` on the `TableArg` instance.
- - partitionBy(*cols): Partitions the data based on the specified
columns. This method cannot
Review Comment:
need such changes, otherwise doc build failed
--
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]