alamb opened a new issue #985: URL: https://github.com/apache/arrow-datafusion/issues/985
**Describe the bug** The `clippy` linting CI check is failing on master. For example: https://github.com/apache/arrow-datafusion/runs/3559103073 ``` error: constructor `nth_value` has the same name as the type --> datafusion/src/physical_plan/expressions/nth_value.rs:81:5 | 81 | / pub fn nth_value( 82 | | name: impl Into<String>, 83 | | expr: Arc<dyn PhysicalExpr>, 84 | | data_type: DataType, ... | 97 | | } 98 | | } | |_____^ | = note: `-D clippy::self-named-constructors` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#self_named_constructors ``` This is likely caused by the 1.55 rust release: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1550-2021-09-09 **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- 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]
