jon-wei commented on a change in pull request #7547: Add support minor
compaction with segment locking
URL: https://github.com/apache/incubator-druid/pull/7547#discussion_r297422571
##########
File path:
core/src/main/java/org/apache/druid/timeline/partition/SingleElementPartitionChunk.java
##########
@@ -93,7 +93,7 @@ public boolean equals(Object o)
@Override
public int hashCode()
{
- return element != null ? element.hashCode() : 0;
+ return 0;
Review comment:
What's the reasoning behind the hashCode change?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]