maropu commented on a change in pull request #28647:
URL: https://github.com/apache/spark/pull/28647#discussion_r432794399



##########
File path: docs/sql-ref-syntax-ddl-create-table-like.md
##########
@@ -22,6 +22,9 @@ license: |
 ### Description
 
 The `CREATE TABLE` statement defines a new table using the definition/metadata 
of an existing table or view.
+And we copied from the source table are storage(inputFormat, outputFormat, 
serde, compressed, properties), schema, 
+provider, partitionColumnNames, bucketSpec, tblproperties
+by default.

Review comment:
       Plz write this note in the `TABLEPROPERTIES` section instead of doing it 
here: 
https://github.com/apache/spark/blame/master/docs/sql-ref-syntax-ddl-create-table-like.md#L59




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to