Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.17] fix: List operation returns null if the value is not a list #907

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

backport-action
Copy link
Collaborator

Description

Backport of #895 to 1.17.

relates to #809
original author: @saig0

Add test cases to verify that a list operation (filter, access, some, every) returns null if the value is not a list.

(cherry picked from commit 1cbdcdc)
Adjust the behavior to return null if a list operation (filter, access, some, every) is applied to a value that is not a list.

(cherry picked from commit 5985552)
Group the test cases by their list operation to have a better overview.

(cherry picked from commit 65cf32d)
Copy link
Member

@saig0 saig0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@saig0 saig0 merged commit 2634803 into 1.17 Aug 26, 2024
4 checks passed
@saig0 saig0 deleted the backport-895-to-1.17 branch August 26, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants