amaliujia commented on code in PR #38938:
URL: https://github.com/apache/spark/pull/38938#discussion_r1041708865


##########
python/pyspark/sql/connect/dataframe.py:
##########
@@ -1239,6 +1239,16 @@ def summary(self, *statistics: str) -> "DataFrame":
             session=self._session,
         )
 
+    def describe(self, *cols: str) -> "DataFrame":
+        _cols: List[str] = list(cols)

Review Comment:
   oops I don't know why they are gone but we need those new lines. Otherwise 
this PR won't pass the lint check...



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