epotyom commented on code in PR #13568:
URL: https://github.com/apache/lucene/pull/13568#discussion_r1681197072
##########
lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysQuery.java:
##########
@@ -252,9 +213,9 @@ public int hashCode() {
final int prime = 31;
Review Comment:
I'm not sure what are benefits of doing deep hashCode in this case? But I
believe we are not changing the behavior with this change, both
FacetsCollectorManager and CollectorOwner don't override default hashCode
method.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]