jonahgao commented on code in PR #13242: URL: https://github.com/apache/datafusion/pull/13242#discussion_r1830321629
########## datafusion/core/src/execution/context/mod.rs: ########## @@ -687,7 +688,31 @@ impl SessionContext { LogicalPlan::Statement(Statement::SetVariable(stmt)) => { self.set_variable(stmt).await } - + LogicalPlan::Prepare(Prepare { Review Comment: Temporarily added PREPARE to BadPlanVisitor and added a test for this in https://github.com/apache/datafusion/pull/13242/commits/472976639ac5a7ebe6914205f4026c3ee440d099 I will make LogicalPlan::Prepare a statement in a follow-up PR. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org