Cosmos: Coalesce works on undefined values rather than nulls #16152
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
c["Region"] ?? "ZZ"
gives value ofZZ
only if c does not contain key Region. If c["Region"] has value of null the expression returns null rather than ZZThe text was updated successfully, but these errors were encountered: