kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

HINT (a join b) join e does not work

Open semihsalihoglu-uw opened this issue 6 months ago • 0 comments

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.

semihsalihoglu-uw avatar Aug 04 '24 10:08 semihsalihoglu-uw