ahmedabu98 commented on code in PR #36571:
URL: https://github.com/apache/beam/pull/36571#discussion_r2764853573
##########
sdks/java/extensions/sql/src/main/codegen/includes/parserImpls.ftl:
##########
@@ -537,6 +599,61 @@ SqlCreate SqlCreateExternalTable(Span s, boolean replace) :
}
}
+/**
+ * ALTER TABLE table_name
Review Comment:
Mostly based on Flink's syntax:
https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/table/sql/alter/#alter-table
Will add a comment
--
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]