viirya commented on a change in pull request #1266:
URL: https://github.com/apache/arrow-datafusion/pull/1266#discussion_r745037737
##########
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:
Okay, I just added the values into the logical plan. We can consider
supporting them later.
--
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]