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