Acfboy commented on issue #11250: URL: https://github.com/apache/datafusion/issues/11250#issuecomment-3799642470
@alamb Hi, I noticed that operator error handling doesn't share the same framework as scalar functions. The scattered type inference logic makes operator error messages less user-friendly compared to functions. Is this an intended trade-off? Would it be possible to consider gradually refactoring this part? For example, we could start by defining `TypeSignature` for operators only for leverage the existing function-based error reporting now. And transition operator handling to a fully function-based approach in the future. -- 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]
