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
BUGFIX (dataframes): support nil values in maps (#602)
While the code supports undefined map keys (converting them to `nil` as expected),
it crashes when the map value is `nil`.
This change handles `nil` map values in the same way as undefined map keys.
0 commit comments