santosh-d3vpl3x commented on PR #37335:
URL: https://github.com/apache/spark/pull/37335#issuecomment-1199032551
> This PR seems to over-claim. Apache Spark already supports multi-column
drop like the following. Please be more specific about your contribution.
>
> ```python
> >>> spark.version
> '3.2.2'
> >>> df = spark.createDataFrame([("A", 50, "Y"), ("B", 60, "Y")], ["name",
"age", "active"])
> >>> df.drop("name", "age").show()
> +------+
> |active|
> +------+
> | Y|
> | Y|
> +------+
> ```
@dongjoon-hyun JIRA ticket contains reproducible example. I will update the
description on this PR for convenience!
--
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]