close
Skip to content

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

@ExtReMLapin

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions