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 d87056e708 Upgrade guava version to 31.1-jre (#14767)
add 194a9c9abc set druid.expressions.useStrictBooleans to true by default
(#14734)
No new revisions were added by this update.
Summary of changes:
.../benchmark/query/SqlExpressionBenchmark.java | 2 +-
.../benchmark/query/SqlNestedDataBenchmark.java | 2 +-
docs/configuration/index.md | 4 +-
docs/development/experimental-features.md | 1 -
docs/ingestion/schema-design.md | 4 +-
docs/querying/math-expr.md | 24 ++--
docs/querying/sql-data-types.md | 6 +-
.../sampler/InputSourceSamplerDiscoveryTest.java | 129 +++++++++----------
.../java/org/apache/druid/math/expr/ExprEval.java | 3 -
.../math/expr/ExpressionProcessingConfig.java | 13 +-
.../java/org/apache/druid/math/expr/EvalTest.java | 15 ++-
.../druid/math/expr/VectorExprSanityTest.java | 14 --
.../expression/VectorExpressionsSanityTest.java | 15 ---
.../druid/query/scan/NestedDataScanQueryTest.java | 141 +++++++++++----------
... => ExpressionFilterNonStrictBooleansTest.java} | 6 +-
.../druid/segment/filter/ExpressionFilterTest.java | 2 +-
.../segment/incremental/IncrementalIndexTest.java | 2 +-
.../druid/segment/transform/TransformerTest.java | 3 +-
.../sql/calcite/CalciteNestedDataQueryTest.java | 54 ++++----
.../calcite/SqlVectorizedExpressionSanityTest.java | 3 -
20 files changed, 209 insertions(+), 234 deletions(-)
rename
processing/src/test/java/org/apache/druid/segment/filter/{ExpressionFilterStrictBooleansTest.java
=> ExpressionFilterNonStrictBooleansTest.java} (88%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]