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



##########
File path: datafusion/src/sql/planner.rs
##########
@@ -163,6 +163,18 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
                 })
             }
 
+            Statement::Drop {
+                object_type: ObjectType::Table,
+                if_exists,
+                names,
+                cascade: _,

Review comment:
       is it possible to add cascade and purge to the statement to the logical 
plan, or otherwise have a warning here saying that they do not take any effect




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