You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/01/05 06:28:06 UTC

[GitHub] [phoenix] virajjasani commented on pull request #1053: PHOENIX-6295 : Fix non-static inner classes for better memory utilization

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:
users@infra.apache.org