Skip to content

Commit cce31db

Browse files
committed
address comments.
1 parent 22a2c00 commit cce31db

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/StatisticsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ class StatisticsSuite extends StatisticsCollectionTestBase with TestHiveSingleto
380380
s"""
381381
|CREATE TABLE $managedTable (key INT, value STRING)
382382
|PARTITIONED BY (ds STRING, hr STRING)
383-
""".stripMargin)
383+
""".stripMargin)
384384

385385
for (ds <- Seq("2008-04-08", "2008-04-09"); hr <- Seq("11", "12")) {
386386
sql(

0 commit comments

Comments
 (0)