[GitHub] [spark] dongjoon-hyun commented on a diff in pull request #37335: [SPARK-39895][PYTHON] Support multiple column drop

2022-07-28 Thread GitBox
dongjoon-hyun commented on code in PR #37335: URL: https://github.com/apache/spark/pull/37335#discussion_r932774765 ## python/pyspark/sql/tests/test_dataframe.py: ## @@ -87,6 +87,21 @@ def test_help_command(self): pydoc.render_doc(df.foo)

[GitHub] [spark] dongjoon-hyun commented on a diff in pull request #37335: [SPARK-39895][PYTHON] Support multiple column drop

2022-07-28 Thread GitBox
dongjoon-hyun commented on code in PR #37335: URL: https://github.com/apache/spark/pull/37335#discussion_r932701092 ## python/pyspark/sql/dataframe.py: ## @@ -3237,17 +3237,18 @@ def drop(self, *cols: "ColumnOrName") -> "DataFrame": # type: ignore[misc] """