aboutsummaryrefslogtreecommitdiff
path: root/sql/core
diff options
context:
space:
mode:
authorCheng Lian <lian@databricks.com>2015-02-06 15:23:42 -0800
committerCheng Lian <lian@databricks.com>2015-02-06 15:23:42 -0800
commitc4021401e326cd5a412a70425f5c75405284880e (patch)
tree15e3bdf5381b6ae7b92fc9158c4a9064cbab8dc5 /sql/core
parent76c4bf59f6544b9c02d99fd18436427cbce632e6 (diff)
downloadspark-c4021401e326cd5a412a70425f5c75405284880e.tar.gz
spark-c4021401e326cd5a412a70425f5c75405284880e.tar.bz2
spark-c4021401e326cd5a412a70425f5c75405284880e.zip
[SQL] [Minor] HiveParquetSuite was disabled by mistake, re-enable them
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/4440) <!-- Reviewable:end --> Author: Cheng Lian <lian@databricks.com> Closes #4440 from liancheng/parquet-oops and squashes the following commits: f21ede4 [Cheng Lian] HiveParquetSuite was disabled by mistake, re-enable them.
Diffstat (limited to 'sql/core')
-rw-r--r--sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala
index 48c7598343..cba06835f9 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetQuerySuite.scala
@@ -35,7 +35,6 @@ class ParquetQuerySuite extends QueryTest with ParquetTest {
}
}
- // TODO Re-enable this after data source insertion API is merged
test(s"$prefix: appending") {
val data = (0 until 10).map(i => (i, i.toString))
withParquetTable(data, "t") {