Skip to content

Commit 6180e80

Browse files
committed
fixed the style.
1 parent 45b51d1 commit 6180e80

File tree

1 file changed

+3
-3
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/command

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ case class CreateHiveTableAsSelectLogicalPlan(
6161
* the table comment is always empty but the column comments are identical to the ones defined
6262
* in the source table.
6363
*
64-
* The CatalogTable attributes copied from the source table include storage(inputFormat, outputFormat,
65-
* serde, compressed, properties), schema, provider, partitionColumnNames, bucketSpec, properties,
66-
* unsupportedFeatures.
64+
* The CatalogTable attributes copied from the source table include storage(inputFormat,
65+
* outputFormat, serde, compressed, properties), schema, provider, partitionColumnNames,
66+
* bucketSpec, properties, unsupportedFeatures.
6767
*
6868
* The syntax of using this command in SQL is:
6969
* {{{

0 commit comments

Comments
 (0)