Skip to content

fix: rightOperand serialization for list types - #5934

Merged
ndr-brt merged 1 commit into
mainfrom
5792-fix-policy-serialization
Aug 4, 2026
Merged

fix: rightOperand serialization for list types#5934
ndr-brt merged 1 commit into
mainfrom
5792-fix-policy-serialization

Conversation

@ndr-brt

@ndr-brt ndr-brt commented Jul 31, 2026

Copy link
Copy Markdown
Member

What this PR changes/adds

Correctly serializes List values of rightOperand.

Why it does that

Currently it serializes everything as the result of the toString method

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Who will sponsor this feature?

Please @-mention the committer that will sponsor your feature.

Linked Issue(s)

Closes #5792

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt
ndr-brt requested a review from a team as a code owner July 31, 2026 09:53
@ndr-brt ndr-brt added the bug Something isn't working label Jul 31, 2026
@ndr-brt
ndr-brt merged commit d83878c into main Aug 4, 2026
47 of 52 checks passed
@ndr-brt
ndr-brt deleted the 5792-fix-policy-serialization branch August 4, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Array-valued rightOperand is serialized as String in PolicyDefinition and Catalog responses

2 participants