Skip to content

Implement IN CQL for dataset_group - #344

Merged
shaunahu merged 1 commit into
mainfrom
feature/8536-group-in
Sep 4, 2026
Merged

Implement IN CQL for dataset_group#344
shaunahu merged 1 commit into
mainfrom
feature/8536-group-in

Conversation

@utas-raymondng

@utas-raymondng utas-raymondng commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

The previous implementation of equals for dataset group is incorrect.

  1. dataset_group = xxx should match dataset_group : ['xxx'] not dataset_group : ['xxx', 'yyyy]
  2. dataset group IN ('xxx') should match dataset_group : ['xxx', 'yyyy] or dataset_group : ['xxx']

@shaunahu shaunahu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@shaunahu
shaunahu merged commit 11c1cf3 into main Sep 4, 2026
4 checks passed
@shaunahu
shaunahu deleted the feature/8536-group-in branch September 4, 2026 05:58
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