cecemei commented on code in PR #18541:
URL: https://github.com/apache/druid/pull/18541#discussion_r2411323590


##########
processing/src/test/java/org/apache/druid/segment/nested/StructuredDataTest.java:
##########
@@ -106,10 +105,4 @@ public void testCompareToWithDifferentJSONOrder()
     Assert.assertEquals(1, sd1.compareTo(sd2));
     Assert.assertEquals(0, sd0.compareTo(sd1));
   }
-
-  @Test
-  public void testEqualsAndHashcode()
-  {
-    
EqualsVerifier.forClass(StructuredData.class).withIgnoredFields("hashInitialized",
 "hashValue", "hash").usingGetClass().verify();
-  }

Review Comment:
   something with `EqualsVerifier`, it doesn't allow the `hashCode` being 
delegated to an abstract method, i'm not quite sure, but looks like it doesnt 
like the hash longSupplier



-- 
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]

Reply via email to