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
In short, the code creates a scala.collections.mutable.HashMap and adds a default value. When round-tripping it through a chill file, it loses the default value.
The text was updated successfully, but these errors were encountered:
I have some sample code here: https://gist.github.com/dirkgr/bc0e8b547015db9e67c7
In short, the code creates a
scala.collections.mutable.HashMap
and adds a default value. When round-tripping it through a chill file, it loses the default value.The text was updated successfully, but these errors were encountered: