Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-12227

Support drop multiple columns specified by Column class in DataFrame API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.5.2
    • None
    • SQL
    • 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

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sunrui Sun Rui
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: