Skip to content

Commit

Permalink
delta-io#1032 Adding attribution comment for command
Browse files Browse the repository at this point in the history
  • Loading branch information
zpappa committed Jul 6, 2022
1 parent 7949d7e commit 3845878
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import scala.collection.mutable.ArrayBuffer

/**
* A command for describing the details of a table such as the format, name, and size.
* Implementation partially reused from https://github.com/apache/spark/blob/branch-3.3/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ShowCreateTableExec.scala
*/
case class ShowCreateTableCommand(table: Option[TableIdentifier])
extends LeafRunnableCommand with DeltaCommand {
Expand Down

0 comments on commit 3845878

Please sign in to comment.