924060929 opened a new pull request, #31970: URL: https://github.com/apache/doris/pull/31970
## Proposed changes Speedup PartitionPrunner 1. remove useless Date parse/format, use `LocalDate` instead 2. change `Collection.stream()` to `ImmutableXxx.builderWithExpectedSize(n)` to skip useless method call and collection resize 3. fast evaluate path for single value partition 4. change lots of if-else to switch 5. don't parse to string to compare dateLiteral, use int field compare instead -- 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