eric-wang-1990 commented on code in PR #3617:
URL: https://github.com/apache/arrow-adbc/pull/3617#discussion_r2466269869


##########
csharp/src/Drivers/Databricks/DatabricksStatement.cs:
##########
@@ -88,22 +89,34 @@ public DatabricksStatement(DatabricksConnection connection)
         /// <returns>The Arrow schema</returns>
         protected override Schema 
GetSchemaFromMetadata(TGetResultSetMetadataResp metadata)
         {
+            // Log schema parsing decision
+            Activity.Current?.SetTag("statement.schema.has_arrow_schema", 
metadata.__isset.arrowSchema);

Review Comment:
   Does this output logs correctly? Why not using this.TraceActivity?
   @birschick-bq What should be the recommended way for trace?



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