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

Reached unreachable code #2469

Closed
benjaminwinger opened this issue Nov 20, 2023 · 1 comment · Fixed by #3284
Closed

Reached unreachable code #2469

benjaminwinger opened this issue Nov 20, 2023 · 1 comment · Fixed by #3284
Assignees
Labels
usability Issues related to better usability experience, including bad error messages

Comments

@benjaminwinger
Copy link
Collaborator

I ran into an "unreachable" statement when trying to test something via the query RETURN db_version();. Partly this is just me not knowing the syntax (CALL db_version() RETURN version; works), but that should probably produce a meaningful error.

Error: Assertion failed in file "../../../../src/catalog/catalog_content.cpp" on line 222: KU_UNREACHABLE

@semihsalihoglu-uw semihsalihoglu-uw added the usability Issues related to better usability experience, including bad error messages label Jan 8, 2024
@andyfengHKU
Copy link
Contributor

Fixed in #3284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Issues related to better usability experience, including bad error messages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants