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 22a2c00 commit cce31dbCopy full SHA for cce31db
sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala
@@ -380,7 +380,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
380
s"""
381
|CREATE TABLE $managedTable (key INT, value STRING)
382
|PARTITIONED BY (ds STRING, hr STRING)
383
- """.stripMargin)
+ """.stripMargin)
384
385
for (ds <- Seq("2008-04-08", "2008-04-09"); hr <- Seq("11", "12")) {
386
sql(
0 commit comments