yujun777 commented on code in PR #47830: URL: https://github.com/apache/doris/pull/47830#discussion_r1952293095
########## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/RangeInference.java: ########## @@ -217,7 +217,7 @@ public static ValueDesc union(ExpressionRewriteContext context, /** merge discrete and ranges only, no merge other value desc */ public static List<ValueDesc> unionDiscreteAndRange(ExpressionRewriteContext context, Expression reference, List<ValueDesc> valueDescs) { - Set<ComparableLiteral> discreteValues = Sets.newHashSet(); + Set<ComparableLiteral> discreteValues = Sets.newLinkedHashSet(); Review Comment: update -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org