We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921967b commit 68c076aCopy full SHA for 68c076a
sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala
@@ -752,7 +752,7 @@ class InsertSuite extends QueryTest with TestHiveSingleton with BeforeAndAfter
752
}
753
754
755
- test("CTAS: INSERT a partitioned table using Hive serde") {
+ test("SPARK-26307: CTAS - INSERT a partitioned table using Hive serde") {
756
withTable("tab1") {
757
withSQLConf("hive.exec.dynamic.partition.mode" -> "nonstrict") {
758
val df = Seq(("a", 100)).toDF("part", "id")
0 commit comments