Skip to content

Commit 68c076a

Browse files
committed
added the JIRA number
1 parent 921967b commit 68c076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ class InsertSuite extends QueryTest with TestHiveSingleton with BeforeAndAfter
752752
}
753753
}
754754

755-
test("CTAS: INSERT a partitioned table using Hive serde") {
755+
test("SPARK-26307: CTAS - INSERT a partitioned table using Hive serde") {
756756
withTable("tab1") {
757757
withSQLConf("hive.exec.dynamic.partition.mode" -> "nonstrict") {
758758
val df = Seq(("a", 100)).toDF("part", "id")

0 commit comments

Comments
 (0)