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

Internal exception when creating property graph on non-existing table #103

Closed
Tracked by #26
Dtenwolde opened this issue Mar 11, 2024 · 0 comments · Fixed by #111
Closed
Tracked by #26

Internal exception when creating property graph on non-existing table #103

Dtenwolde opened this issue Mar 11, 2024 · 0 comments · Fixed by #111
Labels
bug Something isn't working

Comments

@Dtenwolde
Copy link
Contributor

-CREATE PROPERTY GRAPH snb
VERTEX TABLES (tabledoesnotexist);

Result:
INTERNAL Error: Assertion triggered in file "/Users/dljtw/git/duckpgq/duckdb-pgq/src/include/duckdb/parser/parsed_data/parse_info.hpp" on line 43: dynamic_cast<TARGET *>(this)

The problem is that a Catalog Error is thrown in create_property_graph.cpp which triggers the operator extension. However, I don't want this to happen, we just need to return the catalog error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant