Skip to content

Commit

Permalink
Docs: CREATE TABLE LIKE is not supported in Spark DDL (apache#9358)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang authored and lisirrx committed Jan 4, 2024
1 parent b07cb4b commit b17c80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/spark-ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Table create commands, including CTAS and RTAS, support the full range of Spark

Create commands may also set the default format with the `USING` clause. This is only supported for `SparkCatalog` because Spark handles the `USING` clause differently for the built-in catalog.

`CREATE TABLE ... LIKE ...` syntax is not supported.

### `PARTITIONED BY`

To create a partitioned table, use `PARTITIONED BY`:
Expand Down

0 comments on commit b17c80e

Please sign in to comment.