This is an automated email from the ASF dual-hosted git repository. gian pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/druid.git
from ecd88453226 Optimize ObjectMapper reading in ChangeRequestHttpSyncer (#18457) add dd8ce12518c improve performance of filter bundle building by reusing stuff when possible (#18488) No new revisions were added by this update. Summary of changes: .../apache/druid/query/filter/BooleanFilter.java | 12 ++ .../apache/druid/query/filter/FilterBundle.java | 20 +-- .../org/apache/druid/segment/filter/AndFilter.java | 158 +++++++++++++-------- .../org/apache/druid/segment/filter/OrFilter.java | 127 +++++++++++------ 4 files changed, 202 insertions(+), 115 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org