From 603823a31291491914fd4a9548ac558b6e0a9d71 Mon Sep 17 00:00:00 2001 From: Max Gekk Date: Sun, 6 Dec 2020 09:30:00 +0300 Subject: [PATCH] Add JIRA id to test's title --- .../spark/sql/execution/command/ShowPartitionsSuiteBase.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowPartitionsSuiteBase.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowPartitionsSuiteBase.scala index 1bdbe24ca452b..b695decdb3ec9 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowPartitionsSuiteBase.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/ShowPartitionsSuiteBase.scala @@ -150,7 +150,7 @@ trait ShowPartitionsSuiteBase extends QueryTest with SQLTestUtils { } } - test("case sensitivity of partition spec") { + test("SPARK-33667: case sensitivity of partition spec") { withNamespace(s"$catalog.ns") { sql(s"CREATE NAMESPACE $catalog.ns") val t = s"$catalog.ns.part_table"