dharanad commented on code in PR #11487:
URL: https://github.com/apache/datafusion/pull/11487#discussion_r1682131864
##########
datafusion/sql/examples/sql.rs:
##########
@@ -54,7 +55,8 @@ fn main() {
let context_provider = MyContextProvider::new()
.with_udaf(sum_udaf())
.with_udaf(count_udaf());
- let sql_to_rel = SqlToRel::new(&context_provider);
+ let sql_to_rel = SqlToRel::new(&context_provider)
+ .with_user_defined_planner(Arc::new(CoreFunctionPlanner::default()));
Review Comment:
https://github.com/apache/datafusion/pull/11485 already resolved this.
--
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]