zihaozeng0021 commented on issue #2262: URL: https://github.com/apache/age/issues/2262#issuecomment-3728214972
Neo4j has responded and confirmed this isn’t a bug, it’s a documentation issue. They clarified that `SKIP/OFFSET` and `LIMIT` do not support variables as arguments. The documentation is currently missing the “does not support variables”, and they will update it accordingly. Their response: > “Indeed, SKIP/OFFSET and LIMIT do not support variables as arguments. So, it is not a bug but a deliberate restriction. The documentation miss ‘does not support variables’ part and we update is accordingly. Thank you for reporting this.” Meanwhile, the AGE [documentation](https://age.apache.org/age-manual/master/clauses/skip.html) states that `SKIP` accepts any expression that evaluates to a positive integer. Since it does not mention the same restriction, AGE’s documentation has the same ambiguity and might need a similar update. -- 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]
