You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2023/02/01 04:59:31 UTC

[druid] branch master updated (1beef30bb2 -> ec1e6ac840)

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 1beef30bb2 Support  postaggregation function  as in Math.pow() (#13703)  (#13704)
     add ec1e6ac840 fix nested column handling of null and "null" (#13714)

No new revisions were added by this update.

Summary of changes:
 .../segment/SimpleDictionaryMergingIterator.java   |   6 +-
 .../GlobalDictionaryEncodedFieldColumnWriter.java  |  14 +-
 .../segment/nested/GlobalDictionaryIdLookup.java   |   3 +
 .../segment/nested/NestedDataColumnSerializer.java |   5 +-
 .../NestedFieldLiteralDictionaryEncodedColumn.java |   3 +-
 .../segment/nested/StringFieldColumnWriter.java    |   6 +-
 .../apache/druid/query/NestedDataTestUtils.java    | 101 +++++
 .../apache/druid/query/SchemaEvolutionTest.java    |   2 +-
 .../druid/query/scan/NestedDataScanQueryTest.java  | 407 ++++++---------------
 .../timeseries/TimeseriesQueryRunnerTest.java      |   2 +-
 .../druid/segment/NestedDataColumnIndexerTest.java |  17 +-
 .../druid/segment/SchemalessTestFullTest.java      |   4 +-
 .../SimpleDictionaryMergingIteratorTest.java       |  57 +++
 .../java/org/apache/druid/segment/TestHelper.java  |  11 +-
 .../nested/NestedDataColumnSupplierTest.java       |  44 ++-
 .../NestedFieldLiteralColumnSelectorsTest.java     | 380 +++++++++++++++++++
 ...ata-parser.json => types-test-data-parser.json} |  10 +-
 processing/src/test/resources/types-test-data.json |   8 +
 .../query/dimension/LookupDimensionSpecTest.java   |   4 +-
 19 files changed, 733 insertions(+), 351 deletions(-)
 create mode 100644 processing/src/test/java/org/apache/druid/segment/SimpleDictionaryMergingIteratorTest.java
 create mode 100644 processing/src/test/java/org/apache/druid/segment/nested/NestedFieldLiteralColumnSelectorsTest.java
 copy processing/src/test/resources/{numeric-nested-test-data-parser.json => types-test-data-parser.json} (61%)
 create mode 100644 processing/src/test/resources/types-test-data.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org