Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3
-
None
-
None
-
Patch Available
Description
Since we accepted Dmitry's patch to make all Thrift structs comparable, we should make TBase extend Comparable so that you can compare them generically. (Note that this doesn't mean you could compare two structs of different classes - just that you could write code that could compare any two TBase of the same type.)
Attachments
Attachments
Issue Links
- is related to
-
THRIFT-3898 TBase interface shouldn't extend Comparable
- Open