This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a change to branch 2.4.x in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 7065d18 minor, update doc link new e30085c KYLIN-3391 BadQueryDetector only detect first query new e86e910 KYLIN-3390 QueryInterceptorUtil.queryInterceptors is not thread safe new 1bdb1c1 KYLIN-2662 fix NegativeArraySizeException in TrieDictionaryForest new bf85eef KYLIN-3403 Use IntegerCodeSystem for date type filter The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/kylin/common/KylinConfigBase.java | 5 ++++- ...dedException.java => TooBigDictionaryException.java} | 16 ++++++++++------ .../main/java/org/apache/kylin/dict/TrieDictionary.java | 3 +++ .../org/apache/kylin/dict/TrieDictionaryBuilder.java | 2 +- .../org/apache/kylin/dict/TrieDictionaryForest.java | 2 +- .../apache/kylin/dict/TrieDictionaryForestBuilder.java | 17 +++++++++++++++-- .../kylin/metadata/filter/FilterCodeSystemFactory.java | 2 ++ .../resources/query/sql/{query93.sql => query112.sql} | 11 +++++------ .../kylin/query/security/QueryInterceptorUtil.java | 8 +------- .../org/apache/kylin/rest/service/BadQueryDetector.java | 5 ++--- 10 files changed, 44 insertions(+), 27 deletions(-) copy core-common/src/main/java/org/apache/kylin/common/exceptions/{ResourceLimitExceededException.java => TooBigDictionaryException.java} (75%) copy kylin-it/src/test/resources/query/sql/{query93.sql => query112.sql} (88%)