aboutsummaryrefslogtreecommitdiff
path: root/sql/core/pom.xml
diff options
context:
space:
mode:
authorMike Dusenberry <dusenberrymw@gmail.com>2015-06-04 11:30:07 -0700
committerReynold Xin <rxin@databricks.com>2015-06-04 11:30:07 -0700
commitdf7da07a86a30c684d5b07d955f1045a66715e3a (patch)
treedfff852629e15968da4aff955af1c0f29159bc89 /sql/core/pom.xml
parentc8709dcfd1237ffa19ee9286e99ddf2718a616d8 (diff)
downloadspark-df7da07a86a30c684d5b07d955f1045a66715e3a.tar.gz
spark-df7da07a86a30c684d5b07d955f1045a66715e3a.tar.bz2
spark-df7da07a86a30c684d5b07d955f1045a66715e3a.zip
[SPARK-7969] [SQL] Added a DataFrame.drop function that accepts a Column reference.
Added a `DataFrame.drop` function that accepts a `Column` reference rather than a `String`, and added associated unit tests. Basically iterates through the `DataFrame` to find a column with an expression that is equivalent to that of the `Column` argument supplied to the function. Author: Mike Dusenberry <dusenberrymw@gmail.com> Closes #6585 from dusenberrymw/SPARK-7969_Drop_method_on_Dataframes_should_handle_Column and squashes the following commits: 514727a [Mike Dusenberry] Updating the @since tag of the drop(Column) function doc to reflect version 1.4.1 instead of 1.4.0. 2f1bb4e [Mike Dusenberry] Adding an additional assert statement to the 'drop column after join' unit test in order to make sure the correct column was indeed left over. 6bf7c0e [Mike Dusenberry] Minor code formatting change. e583888 [Mike Dusenberry] Adding more Python doctests for the df.drop with column reference function to test joined datasets that have columns with the same name. 5f74401 [Mike Dusenberry] Updating DataFrame.drop with column reference function to use logicalPlan.output to prevent ambiguities resulting from columns with the same name. Also added associated unit tests for joined datasets with duplicate column names. 4b8bbe8 [Mike Dusenberry] Adding Python support for Dataframe.drop with a Column reference. 986129c [Mike Dusenberry] Added a DataFrame.drop function that accepts a Column reference rather than a String, and added associated unit tests. Basically iterates through the DataFrame to find a column with an expression that is equivalent to one supplied to the function.
Diffstat (limited to 'sql/core/pom.xml')
0 files changed, 0 insertions, 0 deletions