Skip to content

Explicitly cast array_append arguments to compatible types

What does this MR do and why?

This MR patches the backfilling migration to bypass an error thrown by array_append method in cases where some customers have shown an inconsistency between namespaces.id and traversal_ids columns types

This explicitly casts the arguments of the array_append function to make them compatible

Ideally we would backport this patch batch to %14.9 when !77371 (merged) was introduced.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alexandru Croitor

Merge request reports