bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.32k stars 146 forks source link

ERROR: cannot handle unplanned sub-select #634

Open ljhhuxiaoba opened 8 months ago

ljhhuxiaoba commented 8 months ago

agensgraph version:2.13.1

I executed a query on my AgensGraph: UNWIND [exists(()-[:T]->())] as a RETURN a

Error message: ERROR: cannot handle unplanned sub-select

But another query "RETURN [exists(()-[:T]->())]" can run successfully.