wjones127 opened a new issue, #442:
URL: https://github.com/apache/arrow-adbc/issues/442

   Based on @lidavidm's 
[musings](https://github.com/apache/arrow-adbc/pull/428#discussion_r1100169833):
   
   > we could avoid this (there would still be AdbcDriverInit, but we could say 
something like the user must always provide the name of the symbol, or the name 
of the symbol is derived from the name of the library, or something like that).
   
   It would actually be nice if there was a standard for deriving the symbol 
name. Could be something like the `PascalCase(driver_name) + Init`, so 
`adbc_driver_sqlite` becomes `AdbcDriverSqliteInit`. Then it could be used as a 
fallback if `AdbcDriverInit` isn't found.


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