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): fix ClassCastException in symbol IN cursor operator #3457

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

puzpuzpuz
Copy link
Contributor

Fixes #3455

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

ideoma commented Jun 8, 2023

[PR Coverage check]

😍 pass : 44 / 46 (95.65%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/engine/functions/bool/InSymbolCursorFunctionFactory.java 41 43 95.35%
🔵 io/questdb/griffin/engine/functions/bool/InStrFunctionFactory.java 2 2 100.00%
🔵 io/questdb/griffin/engine/functions/bool/InSymbolFunctionFactory.java 1 1 100.00%

@ideoma ideoma merged commit 4cb8981 into master Jun 8, 2023
21 checks passed
@ideoma ideoma deleted the puzpuzpuz_fix_classcastexception_in_symbol branch June 8, 2023 15:10
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.

ClassCastException: NullConstant cannot be cast to class SymbolFunction
2 participants