You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "KKcorps (via GitHub)" <gi...@apache.org> on 2023/02/20 20:12:01 UTC

[GitHub] [pinot] KKcorps commented on pull request #10306: Pass context in operators instead of individual objects

KKcorps commented on PR #10306:
URL: https://github.com/apache/pinot/pull/10306#issuecomment-1437503563

   After discussion with @walterddr it seems like not the right approach to go with. Reason being the `PlanRequestContext` object is destroyed after the visitor is called. Any operator if it caches this object, will not be able to use it at runtime. Better to not take this risk in the future.


-- 
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-unsubscribe@pinot.apache.org

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


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