birschick-bq commented on code in PR #1830:
URL: https://github.com/apache/arrow-adbc/pull/1830#discussion_r1594833930


##########
csharp/src/Drivers/Apache/Hive2/HiveServer2Connection.cs:
##########
@@ -46,17 +46,18 @@ internal TCLIService.Client Client
             get { return this.client ?? throw new 
InvalidOperationException("connection not open"); }
         }
 
-        public void Open()
+        public async Task OpenAsync()

Review Comment:
   Changed to `internal`.



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