eric-wang-1990 commented on code in PR #2766: URL: https://github.com/apache/arrow-adbc/pull/2766#discussion_r2078771707
########## csharp/test/Drivers/Databricks/StatementTests.cs: ########## @@ -122,6 +122,7 @@ public async Task CanGetCrossReferenceFromChildTableDatabricks() public async Task CanGetColumnsWithBaseTypeName() { var statement = Connection.CreateStatement(); + var res = Connection.GetInfo([AdbcInfoCode.VendorName, AdbcInfoCode.VendorVersion]); Review Comment: This is not used for now, will remove -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org