Skip to content
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

The following obscure query does not succeed. #23344

Closed
alexey-milovidov opened this issue Apr 20, 2021 · 1 comment · Fixed by #62185
Closed

The following obscure query does not succeed. #23344

alexey-milovidov opened this issue Apr 20, 2021 · 1 comment · Fixed by #62185
Labels
st-hold We've paused the work on issue for some reason testing Special issue with list of bugs found by CI

Comments

@alexey-milovidov
Copy link
Member

Describe the bug
SELECT logTrace(repeat('Hello', 100)), ignore(*) FROM (SELECT ignore((SELECT groupArrayState(([number], [number])) FROM numbers(19000000))))

Missing columns: 'ignore(_subquery10)' while processing query: 'SELECT logTrace(repeat('Hello', 100)), ignore(`ignore(_subquery10)`) FROM (SELECT ignore((SELECT groupArrayState(([number], [number])) FROM numbers(19000000))))', required columns: 'ignore(_subquery10)' 'ignore(_subquery10)'.
@alexey-milovidov alexey-milovidov added the testing Special issue with list of bugs found by CI label Apr 20, 2021
@alexey-milovidov alexey-milovidov added the st-hold We've paused the work on issue for some reason label Aug 16, 2021
@alexey-milovidov
Copy link
Member Author

SET allow_experimental_analyzer = 1 fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
st-hold We've paused the work on issue for some reason testing Special issue with list of bugs found by CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant