howardyoo commented on code in PR #37948:
URL: https://github.com/apache/airflow/pull/37948#discussion_r1518436591


##########
airflow/executors/local_executor.py:
##########
@@ -261,6 +268,13 @@ def execute_async(
             if TYPE_CHECKING:
                 assert self.executor.result_queue
 
+            s = Trace.get_current_span()

Review Comment:
   Makes sense. Changed s -> span. In some cases (like nested @span decorator 
was being used), the 'span' symbol name had a conflict, so I used _span and 
__span to better denote their places.



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