kuzu
kuzu copied to clipboard
HINT (a join b) join e does not work
I tried this:
explain MATCH (a)-[e]->(b) HINT (a JOIN b) JOIN e RETURN *;
Error: Binder exception: Cannot resolve join condition.
Two things: 1) We should either support this or give a better error message; 2) We should explain what the exact conditions we expect from the HINT in the documentation.