This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from 0600772 use a non-concurrent map for lookups-cached-global unless
incremental updates are actually required (#12293)
add 56fbd2a Guard against exponential increase of filters during CNF
conversion (#12314)
No new revisions were added by this update.
Summary of changes:
.../druid/benchmark/FilterPartitionBenchmark.java | 5 +-
.../org/apache/druid/segment/filter/Filters.java | 12 ++-
.../cnf/CNFFilterExplosionException.java} | 10 +--
.../druid/segment/filter/cnf/HiveCnfHelper.java | 50 ++++++++++---
.../segment/join/filter/JoinFilterAnalyzer.java | 9 ++-
.../druid/segment/filter/BaseFilterTest.java | 8 +-
.../segment/filter/FilterCnfConversionTest.java | 87 ++++++++++++++++++++--
.../druid/segment/filter/FilterPartitionTest.java | 5 +-
8 files changed, 153 insertions(+), 33 deletions(-)
copy
processing/src/main/java/org/apache/druid/segment/{incremental/IndexSizeExceededException.java
=> filter/cnf/CNFFilterExplosionException.java} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]