FROM GRAPH_TABLE (pg
MATCH
ANY SHORTEST (a:Person)-[k:knows]->{0,0}(b:Person)
WHERE a.name = 'Daniel'
COLUMNS (a.name as name, b.name as school)
) study;
OS:
macOs 13 - Apple M1 Pro
DuckDB Version:
dev
DuckDB Client:
CLI
Full Name:
Daniel ten Wolde
Affiliation:
CWI
Have you tried this on the latest master branch?
[X] I agree
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happens?
see title
To Reproduce
OS:
macOs 13 - Apple M1 Pro
DuckDB Version:
dev
DuckDB Client:
CLI
Full Name:
Daniel ten Wolde
Affiliation:
CWI
Have you tried this on the latest
master
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?