beyond1920 commented on code in PR #20252:
URL: https://github.com/apache/flink/pull/20252#discussion_r929938421
##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlCreateTableLike.java:
##########
@@ -40,10 +40,10 @@
import static java.util.Objects.requireNonNull;
/**
- * {@link SqlNode} to describe the CREATE TABLE LIKE syntax. CREATE TABLE LIKE
syntax is the same as
- * CREATE TABLE syntax, both are just metadata operations.
+ * {@link SqlNode} to describe the CREATE TABLE LIKE syntax. CREATE TABLE LIKE
syntax is similar as
+ * CREATE TABLE syntax, besides it has LIKE sub-clause to inherits property of
an existed table.
Review Comment:
to inherit
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]