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
Fixed the way we parse integers when doing map->vector conversions.
Previously, strings with leading 0's would convert those strings to integers. This doesn't match the behavior of other platforms though, where leading zeroes cause a key to be treated as a string instead of an integer. E.G. the string "001" should not parse to the integer 1.
PiperOrigin-RevId: 270724879
0 commit comments