jaylmiller commented on code in PR #6096:
URL: https://github.com/apache/arrow-datafusion/pull/6096#discussion_r1174464713


##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -1223,6 +1237,19 @@ pub struct DropTable {
     pub schema: DFSchemaRef,
 }
 
+/// Drops a schema
+#[derive(Clone, PartialEq, Eq, Hash)]
+pub struct DropSchema {

Review Comment:
   Good call thank you! 
   
   I was modeling the name after `DropTable` and `DropView` but you are 
definitely right!



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