Hi, team. I have been using Apache Calcite for about two weeks now for one of the projects at my company. I have found it fun and pretty useful so far. I have been able to parse DMLs very smoothly. However, when I tried to parse DDLs like CREATE TABLE, ALTER TABLE, etc., the SqlParser.parseStmt() or SqlParser.parseQuery() failed.
I have detailed the specifics in the following SO question. https://stackoverflow.com/questions/53801005/apache-calcite-cant-seem-to-parse-ddl-statements Looking forward to a suggestion. Best regards, Dilip Raj Baral https://diliprajbaral.com
