You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Which issue does this PR close?
Closes#2320
# Rationale for this change
- Boolean type was not given a default value, causing incorrect data
results.
- Complex nested PB structures can encounter parsing errors.
# What changes are included in this PR?
- Fix boolean type was not given a default value, causing incorrect data
results.
- FIx complex nested PB structures can encounter parsing errors.
- improve PB parsing performance
# Are there any user-facing changes?
- No
# How was this patch tested?
- No
0 commit comments