Dandandan commented on a change in pull request #8930:
URL: https://github.com/apache/arrow/pull/8930#discussion_r546530440



##########
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:
       Did it give an alternative in the suggestion?
    
   Looks like `Arc<str>` and `Arc<[T]>` should be the alternatives




----------------------------------------------------------------
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]


Reply via email to