The easiest thing to do is follow what was done for other adapters. For example, see https://github.com/apache/calcite/commit/91887366c40310f2435b2677ac0d9616bed842cb <https://github.com/apache/calcite/commit/91887366c40310f2435b2677ac0d9616bed842cb> which is the commit where Michael added the Cassandra adapter. Note that he added cassandra/pom.xml and edited pom.xml, and also edited the classpath in sqlline, and added an entry to site/_docs/adapter.md.
Julian > On Oct 9, 2017, at 7:59 AM, Kunwar Deep Singh Toor <[email protected]> > wrote: > > Hi Team, > > I working on writing an array database adapter for Calcite. I have written > the SchemaFactory, Schema and Table classes for the adapter. > > How do I add the code so that it compiles when I do maven install. > > Also, will I need to change the script for sqlline to run the adapter > through CLI interface. > > Thanks, > Kunwar
