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
Issue found by DuckFuzz on git commit hash 2e6f7 using seed 352892000.
create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0; SELECT c25 FROM all_types AS t51(c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50) GROUP BY ALL HAVING array_intersect(NULL, NULL)
ABORT THROWN BY INTERNAL EXCEPTION: Unrecognized expression type in logical operator visitor
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue found by DuckFuzz on git commit hash 2e6f7 using seed 352892000.
To Reproduce
Error Message
The text was updated successfully, but these errors were encountered: