Skip to content

Commit

Permalink
Fixing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbradley committed Nov 2, 2014
1 parent e13cd8a commit f3c72fe
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 217 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions mllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
<artifactId>spark-core_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ import scala.collection.JavaConverters._

import breeze.linalg.{DenseVector => BDV, SparseVector => BSV, Vector => BV}

import org.apache.spark.SparkException
import org.apache.spark.mllib.util.NumericParser
import org.apache.spark.sql.catalyst.annotation.SQLUserDefinedType
import org.apache.spark.sql.catalyst.expressions.GenericMutableRow
import org.apache.spark.sql.catalyst.types._
import org.apache.spark.SparkException

/**
* Represents a numeric vector, whose index type is Int and value type is Double.
Expand Down
84 changes: 0 additions & 84 deletions mllib/src/test/scala/org/apache/spark/mllib/rdd/DatasetSuite.scala

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package org.apache.spark.sql.api.java;

import java.io.Serializable;
import java.util.*;

/**
Expand Down Expand Up @@ -201,5 +200,4 @@ public static StructType createStructType(StructField[] fields) {

return new StructType(fields);
}

}
1 change: 0 additions & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -451,5 +451,4 @@ package object sql {
* Builder for [[Metadata]]. If there is a key collision, the latter will overwrite the former.
*/
type MetadataBuilder = catalyst.util.MetadataBuilder

}

0 comments on commit f3c72fe

Please sign in to comment.