logan-keede commented on code in PR #18713:
URL: https://github.com/apache/datafusion/pull/18713#discussion_r2554017273


##########
datafusion/optimizer/src/eliminate_nested_union.rs:
##########
@@ -54,7 +54,7 @@ impl OptimizerRule for EliminateNestedUnion {
         plan: LogicalPlan,
         _config: &dyn OptimizerConfig,
     ) -> Result<Transformed<LogicalPlan>> {
-        match plan {
+        match plan.clone() {

Review Comment:
   leftover from something I was trying earlier, I thought clippy catches this 
stuff ...



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

Reply via email to