zero323 commented on a change in pull request #33880:
URL: https://github.com/apache/spark/pull/33880#discussion_r699753404



##########
File path: python/pyspark/sql/dataframe.pyi
##########
@@ -270,7 +278,9 @@ class DataFrame(PandasMapOpsMixin, PandasConversionMixin):
     def semanticHash(self) -> int: ...
     def inputFiles(self) -> List[str]: ...
     def writeTo(self, table: str) -> DataFrameWriterV2: ...
-    def to_pandas_on_spark(self, index_col: Optional[Union[str, List[str]]] = 
None) -> PandasOnSparkDataFrame: ...
+    def to_pandas_on_spark(

Review comment:
       Let's keep unrelated code as-is for now, without reformatting.




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

Reply via email to