alamb commented on code in PR #13887: URL: https://github.com/apache/datafusion/pull/13887#discussion_r1895897853
########## datafusion/common/Cargo.toml: ########## @@ -36,12 +36,11 @@ name = "datafusion_common" path = "src/lib.rs" [features] -default = ["recursive-protection"] avro = ["apache-avro"] backtrace = [] pyarrow = ["pyo3", "arrow/pyarrow", "parquet"] force_hash_collisions = [] -recursive-protection = ["dep:recursive"] +recursive_protection = ["dep:recursive"] Review Comment: I also renamed the feature to use an underscore (`_` to be consistent with the other feaures) -- 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