Skip to content

Commit

Permalink
Slightly changed planner logic to only catch Exception, and let Binde…
Browse files Browse the repository at this point in the history
…rException go further up
  • Loading branch information
Dtenwolde committed Jul 4, 2023
1 parent 4b2bcba commit cd39aa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/sql/create_property_graph.test
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ EDGE TABLES (
Binder Error: Referenced vertex table Student does not exist.


## Currently fails due to the internal query throwing a path keyword
# Should fail since the edge table references vertex tables that do not exist
## Should fail since the edge table references vertex tables that do not exist
#statement error
#-CREATE PROPERTY GRAPH pg3
#VERTEX TABLES (
Expand Down

0 comments on commit cd39aa9

Please sign in to comment.