davidhcoe commented on code in PR #1792:
URL: https://github.com/apache/arrow-adbc/pull/1792#discussion_r1584076963
##########
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriverImporter.cs:
##########
@@ -113,12 +113,9 @@ public unsafe override AdbcDatabase
Open(IReadOnlyDictionary<string, string> par
{
caller.Call(_nativeDriver.DatabaseNew, ref nativeDatabase);
- if (parameters != null)
Review Comment:
this doesn't need the null check?
--
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]