linhr opened a new pull request, #20625:
URL: https://github.com/apache/datafusion/pull/20625

   ## Which issue does this PR close?
   
   N/A
   
   ## Rationale for this change
   
   When enabling the `recursive_protection` feature for the `datafusion` crate, 
the `sql` feature is enabled. This is undesirable if the downstream project 
would like the `sql` feature to be off.
   
   ## What changes are included in this PR?
   
   Use the `?` syntax for features of dependencies for `recursive_protection`. 
This was already correctly done for other features such as 
`unicode_expressions`.
   
   <https://doc.rust-lang.org/cargo/reference/features.html>
   
   ## Are these changes tested?
   
   N/A
   
   ## Are there any user-facing changes?
   
   This makes dependency management better for downstream projects and is not a 
breaking change.
   


-- 
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