Skip to content

Commit bef1134

Browse files
committed
remove :
1 parent ac3f351 commit bef1134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sql/core/src/main/scala/org/apache/spark/sql/execution/command

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
@@ -567,7 +567,7 @@ case class DescribeTableCommand(
567567
private def describeFormattedTableInfo(table: CatalogTable, buffer: ArrayBuffer[Row]): Unit = {
568568
append(buffer, "", "", "")
569569
append(buffer, "# Detailed Table Information", "", "")
570-
table.toLinkedHashMap.foreach(s => append(buffer, s._1 + ":", s._2, ""))
570+
table.toLinkedHashMap.foreach(s => append(buffer, s._1, s._2, ""))
571571
}
572572

573573
private def describeDetailedPartitionInfo(

0 commit comments

Comments
 (0)