-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Join queries with order by clause doesn't work #13163
Comments
@gianm Can you please share you thoughts on this issue? Or maybe some info/details is missing? |
We haven't had a chance to write a unit test demonstrating this problem yet. If you have one you could share, that would certainly accelerate the process, and would be very appreciated! It would go in CalciteJoinQueryTest. If not, that's ok, we will come around to do it on our own. |
I think #12418 caused it. |
I'll add the unit test. Seems like #13173 fixes this. The query under consideration is
I'll update the unit test case with this query |
Thanks for looking into it @somu-imply! |
The test case has been added through #13173 |
Hi!
Join queries with order by clause doesn't work
Affected Version
0.23.0, 0.24.0
Description
Queries like (with join and order by clause):
Doesn't work at 0.23.0 and 0.24.0 versions of Druid (but works at 0.22.0).
"Doesn't work" means that query processing ends with exception on broker node:
More detailed log here:
broker.log
The text was updated successfully, but these errors were encountered: