AneeqaCodes commented on PR #1873:
URL: https://github.com/apache/age/pull/1873#issuecomment-2106874807
And issue # 1850 occurred due to query because aggregations are not properly
done . Revised query
SELECT * FROM cypher('list_comprehension', $$ MATCH(u {list: [0, 2, 4, 6, 8,
10, 12]})
WITH u, collect(u.list) AS v
SET u += {b: [u IN range(0, 5)]}
SET u.c = [u IN v[0]]
RETURN u
$$) AS (u agtype);
--
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]