Dandandan commented on a change in pull request #1266:
URL: https://github.com/apache/arrow-datafusion/pull/1266#discussion_r744405903



##########
File path: datafusion/src/optimizer/utils.rs
##########
@@ -228,6 +228,13 @@ pub fn from_plan(
                 name: name.clone(),
             })
         }
+        LogicalPlan::DropMemoryTable { name, if_exist, .. } => {
+            Ok(LogicalPlan::DropMemoryTable {

Review comment:
       I think this should handled the same as cases without input, like 
`LogicalPlan::EmptyRelation`




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


Reply via email to