fx19880617 opened a new pull request #5114: Bugfixing the issue for ThreadLocal 
DocIdSet in ExpressionFilterOperator
URL: https://github.com/apache/incubator-pinot/pull/5114
 
 
   Bug fixing for: https://github.com/apache/incubator-pinot/issues/5103
   
   Root cause is that we use `THREAD_LOCAL_DOC_IDS` in `DocIdSetOperator`.
   However expression evaluation through `ExpressionFilterOperator` will 
construct `DocIdSetOperator` multiple times with FilterOperator to reset the 
`THREAD_LOCAL_DOC_IDS` values.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to