Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7, 0.8
-
None
-
Patch Available
Description
The problem occurs when deserializing an empty map. Instead of deserializing to an empty hash in Ruby, Thrift currently makes it a nil object. This poses a variety of problems and is not the intended/original behavior.