aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-11-20 20:00:59 -0800
committerReynold Xin <rxin@databricks.com>2016-11-20 20:00:59 -0800
commitb625a36ebc59cbacc223fc03005bc0f6d296b6e7 (patch)
treebf0884d41a170b2f3d34576570f9b309914dc580
parent6659ae555a464c7a16881b660265061481c0d25f (diff)
downloadspark-b625a36ebc59cbacc223fc03005bc0f6d296b6e7.tar.gz
spark-b625a36ebc59cbacc223fc03005bc0f6d296b6e7.tar.bz2
spark-b625a36ebc59cbacc223fc03005bc0f6d296b6e7.zip
[HOTFIX][SQL] Fix DDLSuite failure.
-rw-r--r--sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
index a010739874..02d9d15684 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
@@ -1426,8 +1426,8 @@ class DDLSuite extends QueryTest with SharedSQLContext with BeforeAndAfterEach {
sql("DESCRIBE FUNCTION 'concat'"),
Row("Class: org.apache.spark.sql.catalyst.expressions.Concat") ::
Row("Function: concat") ::
- Row("Usage: concat(str1, str2, ..., strN) " +
- "- Returns the concatenation of `str1`, `str2`, ..., `strN`.") :: Nil
+ Row("Usage: concat(str1, str2, ..., strN) - " +
+ "Returns the concatenation of str1, str2, ..., strN.") :: Nil
)
// extended mode
checkAnswer(