alamb commented on code in PR #11398:
URL: https://github.com/apache/datafusion/pull/11398#discussion_r1672766642
##########
datafusion/sql/src/expr/mod.rs:
##########
@@ -193,7 +193,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
}
}
- not_impl_err!("Extract not supported by
UserDefinedExtensionPlanners: {extract_args:?}")
+ not_impl_err!("Extract not supported by ExprPlanner:
{extract_args:?}")
Review Comment:
👍
Thank you -- this is a nice drive by cleanup
--
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]