bitnine-oss / agensgraph

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

DatatypeMismatch: could not determine polymorphic type because input has type unknown #629

Open ljhhuxiaoba opened 8 months ago

ljhhuxiaoba commented 8 months ago

agensgraph version:2.13.1

I executed a query on my AgensGraph and get an error. query: RETURN collect(NULL) as n

error message: ERROR: could not determine polymorphic type because input has type unknown