milenkovicm commented on PR #10050: URL: https://github.com/apache/arrow-datafusion/pull/10050#issuecomment-2056566260
> @milenkovicm as you have been using the extension points, any thing you can do or suggest to make using them easier would be awesome as well. Thank you for your help so far. I think they work ok, I cant think anything to suggest. Thanks for asking A situation we had, we could not retrieve registered extension (regular extension, not the config extension), at the end it was build issue as there were two different versions of the same crate used, with the extension struct in it, (our fault). Peace of code which registered extension used first version, part of code which retrieved extension used second version (so different typeid) ... eventually we figured it out but it was a head scratcher 😀 -- 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]
