kevinrr888 commented on PR #5961: URL: https://github.com/apache/accumulo/pull/5961#issuecomment-3618206647
> Line 4 fails because JsonNode.equals, specifically ObjectNode.equals, uses a LinkedHashMap for the children. Jackson's JsonNode is enforcing order at this point. But order does not matter when comparing LinkedHashMap... I certainly agree that we shouldn't be comparing JSON strings, but I am just pointing out that NonDex might not be the way to go about enforcing this in our build due to the above issue -- 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]
