snuyanzin commented on code in PR #27059:
URL: https://github.com/apache/flink/pull/27059#discussion_r2385812736
##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlReplaceTableAs.java:
##########
@@ -73,36 +69,14 @@
* AS SELECT * FROM base_table;
* }</pre>
*/
-public class SqlReplaceTableAs extends SqlCreate implements ExtendedSqlNode {
+public class SqlReplaceTableAs extends SqlCreateTable implements
ExtendedSqlNode {
Review Comment:
don't know why it wasn't like that, however based on list of fields and
functionality it seems to be logical
--
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]