yugvajani commented on PR #17325:
URL: https://github.com/apache/druid/pull/17325#issuecomment-2544314507

   Initially, I had resolved the issue by sorting the contents of the JSON. 
However, since the ordering of elements is important, I later updated the 
solution to align with how other tests handled ordering. The parser we were 
using provided a deterministic order, which ensured the test passed.
   
   Now that the parser is deprecated, one possible solution could be to avoid 
relying on string equality for comparisons and instead perform a direct JSON 
comparison. What is your opinion on this one?


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