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



##########
File path: datafusion/src/logical_plan/plan.rs
##########
@@ -863,6 +877,9 @@ impl LogicalPlan {
                     LogicalPlan::CreateMemoryTable { ref name, .. } => {
                         write!(f, "CreateMemoryTable: {:?}", name)
                     }
+                    LogicalPlan::DropTable { ref name, .. } => {
+                        write!(f, "DropTable: {:?}", name)

Review comment:
       add if not exist?




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