kgyrtkirk commented on PR #17325: URL: https://github.com/apache/druid/pull/17325#issuecomment-2548399041
I think this is not a test-only issue; its more like the system fails to return stable results I think it should be tracked down how the inconsistency could happen with the non-deprecated codepath. Seems like the comparision of `dimensionExclusions` fails? where is that field declared? what typed object it gets? you will be most likely be able stabilize the test by making changes like `HashSet` to `LinkedHashSet` or something similar - you may also need to update the test; but after that it will not happen anymore. -- 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]
