+James <[email protected]>, FYI On Mon, Sep 11, 2017 at 12:07 AM Shaoxuan Wang <[email protected]> wrote:
> This sounds good. If we decide to go with this plan, we should do it > carefully to make sure the calcite built-in DDL module is general enough > that different projects can easily utilize and extend it. It would be great > if we start this with a design proposal. > > Regards, > Shaoxuan > > On Sat, Sep 9, 2017 at 1:28 AM, Julian Hyde <[email protected]> wrote: > > > It’s in core/src/test/codegen/includes/parserImpls.ftl (i.e. a parser > > extension used in tests) but we don’t want to add it to the core parser > > because other projects want to have their own CREATE TABLE syntax. > > > > I have been thinking of moving DDL into a separate module, so if people > > want to use Calcite+DDL in production they could do so. What do people > > think? > > > > Julian > > > > > > > > > On Sep 8, 2017, at 7:53 AM, 王翔宇 <[email protected]> wrote: > > > > > > Looks like CREATE is not currently supported by the parser. I wanna add > > it. > > > > >
