kfaraz commented on PR #18621: URL: https://github.com/apache/druid/pull/18621#issuecomment-3392998861
Thanks for catching this, @Shiyang-Zhao ! This must have been causing CI failures repeatedly. Have you come across any failed GitHub action due to this bug? Could you please share the link for the same? Also, instead of a LinkedHashSet, I think we should just use a List since the field `dimensionExclusions` is already deserialized as a `List<String>` in the `@JsonCreator` constructor. -- 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]
