File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
sql/core/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .spark .sql
1919
20- import scala .collection .mutable .ArrayBuffer
2120import scala .language .implicitConversions
2221import scala .reflect .ClassTag
23- import scala .collection .JavaConverters ._
2422import scala .collection .JavaConversions ._
2523
2624import java .util .{ArrayList , List => JList }
@@ -444,10 +442,6 @@ class DataFrame protected[sql](
444442 select(Column (" *" ), col.as(colName))
445443 }
446444
447- override def removeColumn (colName : String , col : Column ): DataFrame = ???
448-
449- override def updateColumn (colName : String , col : Column ): DataFrame = ???
450-
451445 /**
452446 * Return the first `n` rows.
453447 */
Original file line number Diff line number Diff line change @@ -141,10 +141,6 @@ trait DataFrameSpecificApi {
141141 // ///////////////////////////////////////////////////////////////////////////
142142 def addColumn (colName : String , col : Column ): DataFrame
143143
144- def removeColumn (colName : String , col : Column ): DataFrame
145-
146- def updateColumn (colName : String , col : Column ): DataFrame
147-
148144 // ///////////////////////////////////////////////////////////////////////////
149145 // I/O and interaction with other frameworks
150146 // ///////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments