alamb commented on code in PR #3267:
URL: https://github.com/apache/arrow-datafusion/pull/3267#discussion_r962316347


##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -1019,6 +1030,17 @@ pub struct DropTable {
     pub schema: DFSchemaRef,
 }
 
+/// Drops a view.

Review Comment:
   > Yes, I was wondering about this and follow on work for dropping schema, 
etc. A lot of plumbing here, and I'm not sure it works if you have your own 
CatalogProvider.
   
   I agree -- it does not work if you have your own CatalogProvider without 
some more work. I this behavior is fine, as long as the point is clear to 
users. 



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