Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.5.2
-
None
-
None
Description
In SPARK-11884, dropping multiple columns specified by column names in the DataFrame API was supported.
However, there are two drop variants for single column:
def drop(colName: String)
def drop(col: Column)
From API parity's point of view, it would be better to also support dropping multiple columns specified by Column class.
Attachments
Attachments
Issue Links
- is related to
-
SPARK-11884 Drop multiple columns in the DataFrame API
- Resolved
- links to