xudong963 commented on a change in pull request #1945:
URL: https://github.com/apache/arrow-datafusion/pull/1945#discussion_r822345217
##########
File path: datafusion/src/sql/planner.rs
##########
@@ -194,7 +194,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
{
Ok(LogicalPlan::DropTable(DropTable {
name: names.get(0).unwrap().to_string(),
- if_exist: *if_exists,
+ if_exist: if_exists,
Review comment:
after you solve conflicts with
https://github.com/apache/arrow-datafusion/pull/1951#discussion_r821440524
```suggestion
if_exists,
```
--
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]