clintropolis opened a new pull request, #19600:
URL: https://github.com/apache/druid/pull/19600

   ### Description
   This PR adds `makeCursorHolderAsync` to `UnnestCursorFactory` and 
`HashJoinSegmentCursorFactory`, and also switches the default implementation of 
`makeCursorHolderAsync` to explode with a defensive exception instead of call 
the sync method. A new `ResidentCursorFactory` interface has been added that 
can be used for any factory implementations that never have a reason to wait on 
stuff to avoid having to copy a default implementation everywhere.


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