marin-ma commented on PR #6829: URL: https://github.com/apache/incubator-gluten/pull/6829#issuecomment-3455495883
> @marin-ma If a UDF has 2 signatures, does getNumUdf return 1 or 2? @liujiayi771 It should return 2. The number of udf represents how many signatures will be registered by the UdfRegisterer. For example, in the implementation of `registerSignatures` if we call `velox::registerFucntion` to register function A with 2 signatures, and function B with 1 signature, then getNumUdf should return 3. -- 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]
