LakshSingla commented on PR #14890:
URL: https://github.com/apache/druid/pull/14890#issuecomment-1820529973
I revisited the PR, and it seems that you have added a condition on the Join
clause on the top datasource, however the join datasource can be nested however
deep, and we'd need to take that into account while performing the check.
Something like the following structure
```
Q
|
Q
...
J
/. \
Q. .....
|
Q
/. \
Da Db
```
--
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]