This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 27e8c42135 Docs: CREATE TABLE LIKE is not supported in Spark DDL
(#9358)
27e8c42135 is described below
commit 27e8c421358378bd80bed8b328d5b69e884b7484
Author: Manu Zhang <[email protected]>
AuthorDate: Thu Jan 4 15:40:23 2024 +0800
Docs: CREATE TABLE LIKE is not supported in Spark DDL (#9358)
---
docs/spark-ddl.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/spark-ddl.md b/docs/spark-ddl.md
index 1852b8832a..57f279435f 100644
--- a/docs/spark-ddl.md
+++ b/docs/spark-ddl.md
@@ -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`: