aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2015-08-06 11:15:54 -0700
committerYin Huai <yhuai@databricks.com>2015-08-06 11:15:54 -0700
commitcdd53b762bf358616b313e3334b5f6945caf9ab1 (patch)
tree1044af9bc469938c7e5a3ddb0b934099fe57e49d
parent2eca46a17a3d46a605804ff89c010017da91e1bc (diff)
downloadspark-cdd53b762bf358616b313e3334b5f6945caf9ab1.tar.gz
spark-cdd53b762bf358616b313e3334b5f6945caf9ab1.tar.bz2
spark-cdd53b762bf358616b313e3334b5f6945caf9ab1.zip
[SPARK-9632] [SQL] [HOT-FIX] Fix build.
seems https://github.com/apache/spark/pull/7955 breaks the build. Author: Yin Huai <yhuai@databricks.com> Closes #8001 from yhuai/SPARK-9632-fixBuild and squashes the following commits: 6c257dd [Yin Huai] Fix build.
-rw-r--r--sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/rows.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/rows.scala b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/rows.scala
index 7657fb535d..fd42fac3d2 100644
--- a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/rows.scala
+++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/rows.scala
@@ -20,6 +20,7 @@ package org.apache.spark.sql.catalyst.expressions
import org.apache.spark.sql.Row
import org.apache.spark.sql.catalyst.InternalRow
import org.apache.spark.sql.types._
+import org.apache.spark.unsafe.types.{CalendarInterval, UTF8String}
/**
* An extended interface to [[InternalRow]] that allows the values for each column to be updated.