andygrove commented on code in PR #3688:
URL: https://github.com/apache/datafusion-comet/pull/3688#discussion_r3064919931


##########
spark/src/main/scala/org/apache/spark/sql/comet/execution/shuffle/CometNativeShuffleWriter.scala:
##########
@@ -307,6 +307,8 @@ class CometNativeShuffleWriter[K, V](
             s"Partitioning $outputPartitioning is not supported.")
       }
 
+      
shuffleWriterBuilder.setTracingEnabled(CometConf.COMET_TRACING_ENABLED.get())

Review Comment:
   This is the bug fix for enabling tracing for shuffle events. We just weren't 
passing the flag into protobuf before.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to