From d2ace37bea1cd8a4c8e1cfb4b1b7fb2ace67c005 Mon Sep 17 00:00:00 2001 From: hyukjinkwon Date: Thu, 3 Mar 2016 17:06:43 +0900 Subject: [PATCH] Update test names --- .../apache/spark/sql/execution/datasources/csv/CSVSuite.scala | 2 +- .../apache/spark/sql/execution/datasources/json/JsonSuite.scala | 2 +- .../apache/spark/sql/execution/datasources/text/TextSuite.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala index e17991b045048..c6f8611108517 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala @@ -402,7 +402,7 @@ class CSVSuite extends QueryTest with SharedSQLContext with SQLTestUtils { } } - test("SPARK-13543 Set explicitly the output as uncompressed") { + test("SPARK-13543 Write the output as uncompressed via option") { val clonedConf = new Configuration(hadoopConfiguration) hadoopConfiguration.set("mapreduce.output.fileoutputformat.compress", "true") hadoopConfiguration diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala index 7ed298a8f5edb..3c29563458450 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala @@ -1525,7 +1525,7 @@ class JsonSuite extends QueryTest with SharedSQLContext with TestJsonData { } } - test("SPARK-13543 Set explicitly the output as uncompressed") { + test("SPARK-13543 Write the output as uncompressed via option") { val clonedConf = new Configuration(hadoopConfiguration) hadoopConfiguration.set("mapreduce.output.fileoutputformat.compress", "true") hadoopConfiguration diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala index 060bc576c14c5..ab26507e0e183 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala @@ -86,7 +86,7 @@ class TextSuite extends QueryTest with SharedSQLContext { "Known codecs are")) } - test("SPARK-13543 Set explicitly the output as uncompressed") { + test("SPARK-13543 Write the output as uncompressed via option") { val clonedConf = new Configuration(hadoopConfiguration) hadoopConfiguration.set("mapreduce.output.fileoutputformat.compress", "true") hadoopConfiguration