-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
I started a discussion on the Apache Arrow dev mailing list about possibly moving this project back into DataFusion.
https://lists.apache.org/thread/q80j49poyg99x2c01900312qz7ps9wgp
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
universalmind303
Metadata
Metadata
Assignees
Labels
No labels