Shiyang-Zhao commented on PR #18621: URL: https://github.com/apache/druid/pull/18621#issuecomment-3409775142
Hi @kfaraz, I’ve updated the code following your feedback — replaced the `LinkedHashSet` with a `List` as suggested. I intentionally kept the existing function signature and return type unchanged because they’re used in multiple other files, and changing them would require broader refactoring. Please let me know if this matches what you want. -- 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]
