matthewgapp commented on code in PR #8839:
URL: https://github.com/apache/arrow-datafusion/pull/8839#discussion_r1457893952
##########
datafusion/sql/src/planner.rs:
##########
@@ -61,6 +61,15 @@ pub trait ContextProvider {
not_impl_err!("Table Functions are not supported")
}
+ /// TODO: add doc
+ fn create_cte_work_table(
Review Comment:
yeah I think that makes sense. I wasn't too keen on expanding the
ContextPlanner interface to workaround the crate graph either.
--
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]