Hello. I'm having pretty good success so far using calcite to be the driver for my database adapter.
I see in CALCITE-852, Julian added SqlKind for DDL and the , but not parser support. And the commits for phoenix has parser support for create view and commit. Do you plan for calcite to have the syntax and parser support for DDL (especially create table and view) at some point? I want my database to handle standard "create table" instead of exposing my internal mechanism. If I wanted to work on this, would those phoenix commits be a good place to start? That is, do that work directly in calcite? Thanks, Mike
