There was a relevant thread about PostgresQL dialect, you might check it as a reference: https://lists.apache.org/thread.html/r906f15c3f7a276ae5e2c68f79a11dc111c5862579848ab8f379b9925%40%3Cdev.calcite.apache.org%3E
-Rui On Fri, Jun 26, 2020 at 1:26 PM Tang, Mingjun <[email protected]> wrote: > Hi dear calcite community, > > This is a developer from eBay, I’m trying to parse and optimize spark sql > with calcite, but there’re many grammars not supported by default calcite > parser.jj, such as ‘create or replace temporary view’ or ‘insert > overwrite’, is there a template file I can use to parse spark sql? > > Best Regards, > Wesley >
