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

fix(sql): UnsupportedOperationException on join with constant non-boolean filter expression #3334

Merged
merged 5 commits into from May 15, 2023

Conversation

puzpuzpuz
Copy link
Contributor

Fixes #3323

@puzpuzpuz puzpuzpuz added Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution labels May 15, 2023
@puzpuzpuz puzpuzpuz self-assigned this May 15, 2023
@ideoma
Copy link
Collaborator

ideoma commented May 15, 2023

[PR Coverage check]

😍 pass : 4 / 4 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/SqlCodeGenerator.java 4 4 100.00%

@bluestreak01 bluestreak01 merged commit fe9c38a into master May 15, 2023
18 of 20 checks passed
@bluestreak01 bluestreak01 deleted the puzpuzpuz_handle_unsupported_op_in_join_filter branch May 15, 2023 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected Internal Error: UnsupportedOperationException
3 participants