Commit 0bf3767
authored
fix: make the
## 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.sql feature truly optional (#20625)1 parent 12314c5 commit 0bf3767
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments