For additional context: the parser historically has been forked from the same SQL parser that is maintained here:
https://github.com/ballista-compute/sqlparser-rs The current Materialize parser code is here: https://github.com/MaterializeInc/materialize/tree/main/src/sql-parser As it is a fork, some of the changes could be backported to sqlparser-rs, although there have been quite some changes to the code base. On Thu, Jan 7, 2021, 20:40 Wes McKinney <wesmck...@gmail.com> wrote: > Just a drive-by comment from me, but since Materialize > (source-available, but not open source) also implements Postgres > dialect in Rust, I wonder if there's a collaboration possibility > across SQL-related Rust projects. > > On Thu, Jan 7, 2021 at 10:03 AM Andrew Lamb <al...@influxdata.com> wrote: > > > > There was discussion recently on a Rust PR about choosing to implement a > > consistent SQL dialect. > > > > Here is a proposal to document Postgres as that target dialect as well as > > some brief rationale. I wanted to draw attention to this proposal to > > solicit opinions and any feedback the community has. > > > > https://github.com/apache/arrow/pull/9127 > > > > Thank you for your time, > > Andrew >