alamb commented on code in PR #6721:
URL: https://github.com/apache/arrow-datafusion/pull/6721#discussion_r1237515380
##########
datafusion/execution/src/task.rs:
##########
@@ -138,7 +138,7 @@ impl FunctionRegistry for TaskContext {
let result = self.scalar_functions.get(name);
result.cloned().ok_or_else(|| {
- DataFusionError::Internal(format!(
+ DataFusionError::Plan(format!(
Review Comment:
I tried to implement this idea in
https://github.com/apache/arrow-datafusion/pull/6740 but I found them harder /
less easy to use
--
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]