PHILO-HE commented on issue #9452: URL: https://github.com/apache/incubator-gluten/issues/9452#issuecomment-2837951516
@ayushi-agarwal, I just had a quick glance at this piece of Velox code. It seems the implementation can actually support more than 6 inputs if we change that limit. And I note there is no such limit in Spark's implementation. I am wondering whether we can use special form for function registry to allow unlimited even number of inputs. cc @rui-mo If the at most number of inputs is 10 in the practice, maybe, we can simply increase `kNumberOfSignatures`. -- 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]
