Github user robertamarton commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/544#discussion_r66873667
--- Diff: core/sql/parser/sqlparser.y ---
@@ -24909,7 +24946,6 @@ create_table_as_token: TOK_AS
/* type pElemDDL */
table_definition_body : table_element_list
- | like_definition
| external_table_definition
--- End diff --
This may be correct. Not sure if the like options should be allowed for
other create table productions.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---