lidavidm commented on issue #1256: URL: https://github.com/apache/arrow-adbc/issues/1256#issuecomment-1794771751
Intentional: https://github.com/apache/arrow-adbc/blob/313245b7ff4a45da56130400a83dc1e87be59975/adbc.h#L1587-L1588 Because C strings expect null terminators so it's generally easier to just make sure it's there (like how std::string technically wouldn't need one because it tracks the length, but for interoperability it still tracks a null terminator anyways) -- 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]
