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


##########
csharp/src/Apache.Arrow.Adbc/Tracing/TracingStatement.cs:
##########
@@ -22,6 +22,7 @@ namespace Apache.Arrow.Adbc.Tracing
     public abstract class TracingStatement : AdbcStatement, ITracingStatement
     {
         private readonly ActivityTrace _trace;
+        private string? _statementTraceParent;

Review Comment:
   This is just for enable databricks to override the traceparent that passed 
from PBI for statement level.
   I am fine with reverting this and use some other generic approach to 
support, let me know what you think



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