Skip to content

Commit

Permalink
Merge pull request #27 from marmbrus/moreTests
Browse files Browse the repository at this point in the history
Update test whitelist.
  • Loading branch information
rxin committed Jan 29, 2014
2 parents 5dab0bc + d4f539a commit 4c89d6e
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 42 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resolvers += "SparkStaging" at "https://repository.apache.org/content/repositori

libraryDependencies += "org.apache.spark" %% "spark-core" % "0.9.0-incubating"

libraryDependencies += "catalyst" % "hive-golden" % "4" % "test" from "http://repository-databricks.forge.cloudbees.com/snapshot/catalystGolden4.jar"
libraryDependencies += "catalyst" % "hive-golden" % "5" % "test" from "http://repository-databricks.forge.cloudbees.com/snapshot/catalystGolden5.jar"

// Hive 0.10.0 relies on a weird version of jdo that is not published anywhere... Remove when we upgrade to 0.11.0
libraryDependencies += "javax.jdo" % "jdo2-api" % "2.3-ec" from "http://www.datanucleus.org/downloads/maven2/javax/jdo/jdo2-api/2.3-ec/jdo2-api-2.3-ec.jar"
Expand Down
1 change: 0 additions & 1 deletion src/main/scala/catalyst/execution/hiveOperators.scala
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ case class InsertIntoHiveTable(
* `org.apache.hadoop.mapred.OutputFormat` provided by the table definition.
*/
def execute() = {
require(partition.isEmpty, "Inserting into partitioned table not supported.")
val childRdd = child.execute()
assert(childRdd != null)

Expand Down
Loading

0 comments on commit 4c89d6e

Please sign in to comment.