felipecrv opened a new pull request, #1691:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1691

   This crate can become a very lightweight dependency to `datafusion` (and 
other projects) that have their own SQL parser but need to use 
`datafusion-sqlparser-rs` AST types to interact with the rest of `datafusion` 
(as a modular library and not as a full-featured SQL engine).
   
   WORK-IN-PROGRESS notice: this is draft state and I want to see how CI 
behaves, reduce the number of `cfg(feature = "parser")` annotations needed and 
ensure `datafusion` still builds even if the `"parser"` feature is disabled.
   
   Before merging, `"parser"` will of course, become part of the default set of 
features of the crate.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to