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


##########
csharp/src/Drivers/Apache/Hive2/HiveServer2HttpConnection.cs:
##########
@@ -150,6 +154,12 @@ protected override TTransport CreateTransport()
             httpClient.DefaultRequestHeaders.AcceptEncoding.Add(new 
StringWithQualityHeaderValue("identity"));
             httpClient.DefaultRequestHeaders.ExpectContinue = false;
 
+            activity?.AddTag(ActivityKeys.Encrypted, 
TlsOptions.IsTlsEnabled.ToString());

Review Comment:
   @CurtHagenlocher 
   
   I've remove unnecessary ToString() calls for boolean and URI. I've left them 
in for enum types, as it is easier to read.



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