niyue commented on PR #37752:
URL: https://github.com/apache/arrow/pull/37752#issuecomment-1722476514

   > Can you also add a unit test to make sure each function is only registered 
once?
   
   I tried to do that, but currently the `registered()` method of 
`ExportedFuncsRegistry` is a private method, and it is not possible to retrieve 
the list of currently registered functions from the registry externally, so it 
is not possible to add such a unit test unless we make the `registered()` 
method public. Do you have any recommendation for this? Thanks.


-- 
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]

Reply via email to