crepererum opened a new issue, #17258:
URL: https://github.com/apache/datafusion/issues/17258

   ### Is your feature request related to a problem or challenge?
   
   Currently `sqlparser` is pulled in even when you don't want to use any SQL. 
Use cases are DataFrame-based computations, DataFusion extension modules, or 
just some manual data processing in Rust.
   
   ### Describe the solution you'd like
   
   Make `sqlparser` feature that can be opt-out.
   
   ### Describe alternatives you've considered
   
   Make it mandatory, but that means that `DataFusion` is now SQL.
   
   ### Additional context
   
   See #13814 as well.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to