Skip to content

Fix wrong type and non existing key issues in S/Z UNION, DIFF, INTER commands #1162

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

Merged
merged 4 commits into from
Apr 16, 2025

Conversation

Vijay-Nirmal
Copy link
Contributor

Fix: #1145

This pull request includes updates to the handling of set and sorted set operations for UNION, DIFF and INTER when the first key does not exist and when there is a wrong type issue. Added new test cases to cover scenarios where the first key does not exist.

@Copilot Copilot AI review requested due to automatic review settings April 5, 2025 17:30
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

@badrishc badrishc self-requested a review April 8, 2025 18:15
@Vijay-Nirmal
Copy link
Contributor Author

The failed test is unrelated to my changes cc: @vazois
image

@badrishc badrishc merged commit 8ae8fb4 into microsoft:main Apr 16, 2025
26 checks passed
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.

ZUNION returns empty result when the first input set is empty
2 participants