amoeba opened a new pull request, #4637:
URL: https://github.com/apache/arrow-adbc/pull/4637

   We saw some feedback recently that some of the convention around driver 
shared library name and driver init func names could be clearer. This PR aims 
to at least improve our language around init func names.
   
   I think what we basically want to say, informally, is:
   
   > All drivers should export two init functions, `AdbcDriverInit` and 
`AdbcDriverFooInit`. Drivers must always export `AdbcDriverInit` and drivers 
should also export `AdbcDriverFooInit`. It is also recommended that drivers 
support conditionally compiling `AdbcDriverInit` out in order to support static 
linking of multiple drivers into a single application. Hence our recommendation 
of exporting `AdbcDriverFooInit`.
   


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