Skip to content

Commit 862a4d7

Browse files
committed
address comments.
1 parent 43668be commit 862a4d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ case class DescribeTableCommand(
592592
append(buffer, "Table", tableIdentifier.table, "")
593593
partition.toLinkedHashMap.foreach(s => append(buffer, s._1, s._2, ""))
594594
append(buffer, "", "", "")
595-
append(buffer, "# Table Storage Information", "", "")
595+
append(buffer, "# Storage Information", "", "")
596596
table.bucketSpec match {
597597
case Some(spec) =>
598598
spec.toLinkedHashMap.foreach(s => append(buffer, s._1, s._2, ""))

sql/core/src/test/resources/sql-tests/results/describe.sql.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Table t
194194
Partition Values [c=Us, d=1]
195195
Location [not included in comparison]sql/core/spark-warehouse/t/c=Us/d=1
196196

197-
# Table Storage Information
197+
# Storage Information
198198
Num Buckets 2
199199
Bucket Columns [`a`]
200200
Sort Columns [`b`]
@@ -222,7 +222,7 @@ Table t
222222
Partition Values [c=Us, d=1]
223223
Location [not included in comparison]sql/core/spark-warehouse/t/c=Us/d=1
224224

225-
# Table Storage Information
225+
# Storage Information
226226
Num Buckets 2
227227
Bucket Columns [`a`]
228228
Sort Columns [`b`]

0 commit comments

Comments
 (0)