DDL support issues in Calcite

2022-02-21 Thread wang...@mchz.com.cn
Dear Calcite community: I am new Calcite user here. I noted in the document https://calcite.apache.org/docs/adapter.html that Calcite does support DDL operations,the only thing I need to do is 1) to include calcite-server.jar in my classpath and 2) add parserFactory=org.apache.calcite.sql.pars

Re: RE: DDL support issues in Calcite

2022-02-23 Thread wang...@mchz.com.cn
e.test.ServerTest` may be what you want. On 2022/02/21 08:17:55 "wang...@mchz.com.cn" wrote: > Dear Calcite community: > > I am new Calcite user here. I noted in the document https://calcite.apache.org/docs/adapter.html that Calcite does support DDL operations,the only thing I nee

Re: Re: DDL support issues in Calcite

2022-02-23 Thread wang...@mchz.com.cn
#PARSER_FACTORY rather than org.apache.calcite.sql.parser.ddl.SqlDdlParserImpl#FACTORY in your connect string. > On Feb 21, 2022, at 12:17 AM, wang...@mchz.com.cn wrote: > > Dear Calcite community: > > I am new Calcite user here. I noted in the document > https://calcite.apache.org