The sqlparser-rs project [1] seems to have become the de-facto SQL parser for Rust, with almost 4 million downloads so far. This was originally part of DataFusion very early on, and I moved it into a separate project because it seemed useful for other projects. This was before DataFusion was known as a composable query engine, and with hindsight, I probably should have left it as part of the DataFusion project.
Now that DataFusion has a reputation as a composable query engine, I think it would make sense to move this code back into DataFusion, where it would benefit from a larger community of maintainers. I would like to hear thoughts from the Apache Arrow / DataFusion community. Does this seem like a good idea? Thanks, Andy. [1] https://github.com/sqlparser-rs/sqlparser-rs