gortiz commented on PR #15037: URL: https://github.com/apache/pinot/pull/15037#issuecomment-2710087295
I've pushed a change where I'm creating a new `QueryFunctionInvoker`. The old `FunctionInvoker` is now only called by ingestion code and the new `QueryFunctionInvoker`. The latter delegates to on `FunctionInvoker` but wraps exceptions into QueryExceptions. It also improves the error message in case the method throws an exception, removing the unnecessary `InvocationTargetException` in the middle and returning INTERNAL error in the unlikely case that the call fails with an IllegalAccessException -- 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]
