lewiszlw commented on code in PR #7831:
URL: https://github.com/apache/arrow-datafusion/pull/7831#discussion_r1360758622
##########
datafusion/sql/src/planner.rs:
##########
@@ -46,7 +46,7 @@ use crate::utils::make_decimal_type;
/// functions referenced in SQL statements
pub trait ContextProvider {
/// Getter for a datasource
- fn get_table_provider(&self, name: TableReference) -> Result<Arc<dyn
TableSource>>;
+ fn get_table_source(&self, name: TableReference) -> Result<Arc<dyn
TableSource>>;
Review Comment:
Sure, added!
--
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]