adarshsanjeev commented on issue #18198:
URL: https://github.com/apache/druid/issues/18198#issuecomment-3034773379

   I looked into this a bit. 
   In a way, it is due to the join not being passed to the server. Since the 
join can be with a stage output etc, the realtime query might not be able to 
handle doing these operations in all cases.
   
   The join or unnest information is passed in the `mapSegment` function 
already, so fix might be to call it on the results of the realtime query.


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

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


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

Reply via email to