lirui-apache commented on a change in pull request #12029:
URL: https://github.com/apache/flink/pull/12029#discussion_r426113993



##########
File path: 
flink-table/flink-sql-parser-hive/src/main/codegen/includes/parserImpls.ftl
##########
@@ -958,3 +958,90 @@ void TableApiIdentifierSegment(List<String> names, 
List<SqlParserPos> positions)
         }
     }
 }
+
+/*  Parses a create view or replace existing view statement.
+ *  CREATE [OR REPLACE] VIEW view_name [ (field1, field2 ...) ] AS 
select_statement

Review comment:
       I have added Hive syntax in the comments. Note that some features are 
not yet supported, e.g. column comments for views.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to