From b17c80e4a21b470d139b45bbbdf34778e1e45632 Mon Sep 17 00:00:00 2001 From: Manu Zhang Date: Thu, 4 Jan 2024 15:40:23 +0800 Subject: [PATCH] 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 1852b8832a88..57f279435f3f 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`: