ankitsultana commented on PR #10423:
URL: https://github.com/apache/pinot/pull/10423#issuecomment-1495375008
@walterddr : This query is one example where the join changes to a broadcast
join after this change (you'll need to set nullHandlingEnabled: true in
TableConfig for both tables).
```
explain plan for select count(*), deviceOS from userAttributes_OFFLINE
WHERE userUUID NOT IN (SELECT userUUID FROM userGroups_OFFLINE WHERE
groupUUID = 'group-1')
group by deviceOS
```
--
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]