This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from 8b81c919792 Remove unused fields. (#17579)
add a44ab109d55 remove druid.expressions.useStrictBooleans in favor of
always being true (#17568)
No new revisions were added by this update.
Summary of changes:
.../sampler/InputSourceSamplerDiscoveryTest.java | 66 ---
.../apache/druid/common/config/NullHandling.java | 4 +-
.../druid/math/expr/BinaryEvalOpExprBase.java | 10 +-
.../druid/math/expr/BinaryLogicalOperatorExpr.java | 20 +-
.../java/org/apache/druid/math/expr/ExprEval.java | 33 +-
.../druid/math/expr/ExpressionProcessing.java | 15 -
.../math/expr/ExpressionProcessingConfig.java | 17 +-
.../apache/druid/math/expr/UnaryOperatorExpr.java | 13 -
.../expr/vector/VectorComparisonProcessors.java | 467 -------------------
.../druid/math/expr/vector/VectorProcessors.java | 26 +-
.../org/apache/druid/segment/filter/NotFilter.java | 10 +-
.../java/org/apache/druid/math/expr/EvalTest.java | 514 ++++++---------------
.../org/apache/druid/math/expr/OutputTypeTest.java | 110 ++---
.../druid/query/scan/NestedDataScanQueryTest.java | 71 ---
.../ExpressionFilterNonStrictBooleansTest.java | 143 ------
.../druid/segment/filter/ExpressionFilterTest.java | 17 +-
.../druid/segment/transform/TransformSpecTest.java | 88 +---
.../sql/calcite/rule/DruidLogicalValuesRule.java | 3 +-
.../calcite/rule/DruidLogicalValuesRuleTest.java | 3 +-
19 files changed, 236 insertions(+), 1394 deletions(-)
delete mode 100644
processing/src/test/java/org/apache/druid/segment/filter/ExpressionFilterNonStrictBooleansTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]