Hi Charles, Start by creating a JIRA and then you can do more or less what was done for EXASOL dialect [1]. Tests for dialects are usually added in RelToSqlConverterTest as you can see also in [1]. If the new dialect is very similar to an existing one then maybe there is no reason to create a new one.
Best, Stamatis [1] https://github.com/apache/calcite/commit/f928e073c384010c294370b63ffb748c15caab8a On Wed, Jul 28, 2021 at 5:25 PM Charles Givre <[email protected]> wrote: > Hi Calcite Devs! > I'm interested in writing a SQL dialect for Apache Drill and contributing > it to Calcite. What is the process for contributing a dialect? I'm asking > because I didn't see any unit tests for dialects. > Thanks! > -- C
