jorgecarleitao commented on a change in pull request #8930:
URL: https://github.com/apache/arrow/pull/8930#discussion_r546532338
##########
File path: rust/datafusion/src/logical_plan/plan.rs
##########
@@ -561,6 +561,7 @@ impl From<&PlanType> for String {
/// Represents some sort of execution plan, in String form
#[derive(Debug, Clone, PartialEq)]
+#[allow(clippy::rc_buffer)]
Review comment:
I agree @Dandandan . I changed then a couple of times, but since the
focus of this PR was the CI in stable, which includes build, tests, etc. I
considered clippy to be a minor hassle that we can deal with later.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]