Skip to content

Commit 891346e

Browse files
committed
dash
1 parent 36dfc2f commit 891346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/TPCDSBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ trait TPCDSBase extends SharedSparkSession {
302302
tableNames.foreach { tableName =>
303303
createTable(spark, tableName)
304304
if (injectStats) {
305-
// To simulate plan generation on actual TPCDS data, injects data stats here
305+
// To simulate plan generation on actual TPC-DS data, injects data stats here
306306
spark.sessionState.catalog.alterTableStats(
307307
TableIdentifier(tableName), Some(TPCDSTableStats.sf100TableStats(tableName)))
308308
}

0 commit comments

Comments
 (0)