Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BrpQueryRow has field deserialization fix (#16613)
# Objective BrpQueryRow doesn't serialize `has` field if it is empty. That is okay until you try to deserialize it after. Then it will fail to deserialize due to missing field. ## Solution Serde support using default value when field is missing, this PR adds that.
- Loading branch information