Skip to content

Commit 5e1415d

Browse files
committed
Remove "SPARK-32594: insert dates to a Hive table"
1 parent 3b0cdfa commit 5e1415d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeReadWriteSuite.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,4 @@ class HiveSerDeReadWriteSuite extends QueryTest with SQLTestUtils with TestHiveS
184184
checkComplexTypes(fileFormat)
185185
}
186186
}
187-
188-
test("SPARK-32594: insert dates to a Hive table") {
189-
withTable("table1") {
190-
sql("CREATE TABLE table1 (d date)")
191-
sql("INSERT INTO table1 VALUES (date '2020-08-11')")
192-
checkAnswer(spark.table("table1"), Row(Date.valueOf("2020-08-11")))
193-
}
194-
}
195187
}

0 commit comments

Comments
 (0)