Jefffrey opened a new issue, #19869: URL: https://github.com/apache/datafusion/issues/19869
We have a clippy config for disallowing types: https://github.com/apache/datafusion/blob/3ea21aa332b2916e59b446317868a9ecffb30022/clippy.toml#L6-L8 In `datafusion-common` we re-export hashbrown hashmaps/hashsets to encourage usage of them over std versions: https://github.com/apache/datafusion/blob/3ea21aa332b2916e59b446317868a9ecffb30022/datafusion/common/src/lib.rs#L113-L121 - https://github.com/apache/datafusion/pull/13236 - https://github.com/apache/datafusion/issues/677 Consider using clippy to enforce this? -- 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]
