Dandandan commented on a change in pull request #1243:
URL: https://github.com/apache/arrow-datafusion/pull/1243#discussion_r743950191
##########
File path: datafusion/src/physical_plan/planner.rs
##########
@@ -791,6 +791,13 @@ impl DefaultPhysicalPlanner {
"Unsupported logical plan:
CreateExternalTable".to_string(),
))
}
+ | LogicalPlan::CreateMemoryTable {..} => {
+ // Create a dummy exec.
Review comment:
I tried that before, and it failed I think somehow at the planning stage?
--
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]