Skip to content

[CYPHER] tail(null) returns [] instead of null #3920

Description

@ExtReMLapin

Test: tailWithNullReturnsNull (line 168)

Cypher query to execute:

RETURN tail(null) AS result

Expected behavior:

tail(null) should return null

ArcadeDB result:

{"result": []}

Neo4j result:

{"result": null}

According to the documentation, tail(null) should return null, not an empty list.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions