virajjasani commented on pull request #1053: URL: https://github.com/apache/phoenix/pull/1053#issuecomment-754429561
Although findbugs has valid point that we should let `MutationComparator` implement `Serializable` because TreeMaps are serializable, but our treeMap that uses this comparator doesn't seem to be getting (de)serialized in any flow and hence we can ignore this findbug warning? Thoughts @gjacoby126 @stoty ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
