mingfang commented on issue #1630:
URL: https://github.com/apache/age/issues/1630#issuecomment-1983658459
I might not be building the master branch correctly because now I'm seeing a
weird completely unrelated error with `unwind` clause.
Here is my output
```sql
SELECT * FROM cypher('test', $$
unwind ['a'] as v
return v
$$) AS (v agtype)
```
PostgresError: function age_unnest(agtype, boolean) does not exist
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]