We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
27.0.0
we have a table like this:
then we issue this query against version 27.0.0 druid:
query failed due to
however the same query runs fine against druid version 0.22.1.
also if we remove the inner limit it also runs ok. if we remove the case when it works. if we remove the COALESCE it works.
more strangely, if we replace the actual table with dummy select, it also works !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Version
27.0.0
Description
we have a table like this:
then we issue this query against version 27.0.0 druid:
query failed due to
however the same query runs fine against druid version 0.22.1.
also if we remove the inner limit it also runs ok.
if we remove the case when it works.
if we remove the COALESCE it works.
more strangely, if we replace the actual table with dummy select, it also works !
The text was updated successfully, but these errors were encountered: