Skip to content

codeintel: coalesce null columns from partial audit logs aggregation

Warren Gifford requested to merge nsc/coalesce-null-upload-cols into main

Created by: Strum355

For cases where only a partial set of audit logs exist for an upload (aka a full representation can't be built through the aggregation function), it is possible for columns that are expected to not contain NULLs to contain NULLs. This PR addresses this edge case by coalescing those columns to a default value

Test plan

Unit tests expanded to cover the edge case

Merge request reports

Loading