This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from f7af798 Handle scheduler calls with proper response when it's disabled. (#6474) add 7649f9f Remove the usage of deprecated range delimiter (#6475) No new revisions were added by this update. Summary of changes: .../requesthandler/BaseBrokerRequestHandler.java | 4 +- .../routing/segmentpruner/TimeSegmentPruner.java | 42 ++++----- .../requesthandler/RangeMergeOptimizerTest.java | 20 ++-- .../apache/pinot/common/utils/CommonConstants.java | 11 +++ .../apache/pinot/parsers/utils/ParserUtils.java | 16 ++-- .../parsers/pql2/ast/BetweenPredicateAstNode.java | 7 +- .../pql2/ast/ComparisonPredicateAstNode.java | 17 ++-- .../apache/pinot/pql/parsers/Pql2CompilerTest.java | 10 +- .../filter/MergeRangeFilterOptimizer.java | 5 +- .../request/context/predicate/RangePredicate.java | 18 ++-- .../core/requesthandler/RangeMergeOptimizer.java | 3 +- .../NoDictionaryRangePredicateEvaluatorTest.java | 104 ++++++++++----------- .../core/query/optimizer/QueryOptimizerTest.java | 32 +++---- .../tools/scan/query/RangePredicateFilter.java | 36 ++++--- 14 files changed, 166 insertions(+), 159 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org