timsaucer commented on code in PR #23842:
URL: https://github.com/apache/datafusion/pull/23842#discussion_r3639568509


##########
datafusion/ffi/src/session/mod.rs:
##########
@@ -573,6 +575,10 @@ impl Session for ForeignSession {
         Arc::clone(&self.catalog_list)
     }
 
+    fn query_planner(&self) -> Arc<dyn QueryPlanner + Send + Sync> {
+        Arc::new(UnsupportedQueryPlanner)
+    }
+

Review Comment:
   I will open a follow up PR immediately after this merges that will replace 
this with an FFI equivalent implementation.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to