This is a reminder for a post-GA follow-up of what is in PR #121.
In short, should the client honor the nullability of collection columns (e.g. HashSet? vs. HashSet) when reading tables in a typed fashion and receiving a row with the field omitted? I.e. should the client rehydrate this as either a null or an empty set depending on the ? ?
(currently it's always a null and for GA this is fine).
This is a reminder for a post-GA follow-up of what is in PR #121.
In short, should the client honor the nullability of collection columns (e.g.
HashSet?vs.HashSet) when reading tables in a typed fashion and receiving a row with the field omitted? I.e. should the client rehydrate this as either a null or an empty set depending on the??(currently it's always a null and for GA this is fine).