walterddr commented on issue #10992:
URL: https://github.com/apache/pinot/issues/10992#issuecomment-1611731906

   this is a GOOD point! 
   
   as of now, the entire v1 execution (all the way to the 
instanceResponseBlock) is considered as a "single-operator" of V2 (this 
execution is encapsulate inside the `LeafStageTransferableBlockOperator` which 
is the bridge between v1 and v2. 
   
   - short term suggestion: The trace info generated from the v1 side should 
ideally be remodified inside the bridge class 
   - longer term: the entire v1 operator tree should support partition/stage 
concept in trace context
   - long-long term: model both v1 and v2 as a single operator module then 
there shouldn't be any issue
   
   


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to