Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
LLAP ObjectEstimator started showing up in profiles, due to the fact that it does a deep hash-code while creating a hash-set of unique objects.
Possibly replace HashSet with IdentityHashMap?