You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2023/03/09 23:48:11 UTC

[druid] branch master updated (48ac5ce50b -> fe9d0c46d5)

This is an automated email from the ASF dual-hosted git repository.

gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


    from 48ac5ce50b use native nvl expression for SQL NVL and 2 argument COALESCE (#13897)
     add fe9d0c46d5 Improve memory efficiency of WrappedRoaringBitmap. (#13889)

No new revisions were added by this update.

Summary of changes:
 .../druid/benchmark/BoundFilterBenchmark.java      |   2 +-
 ...tionaryEncodedStringIndexSupplierBenchmark.java |   2 +-
 .../DimensionPredicateFilterBenchmark.java         |   2 +-
 .../apache/druid/benchmark/InFilterBenchmark.java  |   2 +-
 .../druid/benchmark/LikeFilterBenchmark.java       |   2 +-
 .../extensions-core/kafka-supervisor-reference.md  |   1 -
 .../extensions-core/kinesis-ingestion.md           |   1 -
 docs/ingestion/ingestion-spec.md                   |   2 +-
 docs/operations/dump-segment.md                    |   6 +-
 docs/querying/sql-metadata-tables.md               |   2 +-
 .../indexing/common/task/CompactionTaskTest.java   |  20 +--
 .../common/task/CompactionTuningConfigTest.java    |   6 +-
 .../indexing/common/task/IndexTaskSerdeTest.java   |  12 +-
 .../parallel/ParallelIndexSupervisorTaskTest.java  |   4 +-
 .../parallel/ParallelIndexTuningConfigTest.java    |  14 +-
 .../coordinator/duty/ITAutoCompactionTest.java     |  14 +-
 .../collections/bitmap/RoaringBitmapFactory.java   |  16 +-
 .../collections/bitmap/WrappedRoaringBitmap.java   | 192 +++++++++++++++++----
 .../org/apache/druid/segment/BitmapOffset.java     |   8 +-
 .../org/apache/druid/segment/data/BitmapSerde.java |   3 +-
 .../segment/data/RoaringBitmapSerdeFactory.java    |  20 +--
 .../GlobalDictionaryEncodedFieldColumnWriter.java  |   4 +-
 .../bitmap/WrappedRoaringBitmapTest.java           | 108 ++++++++----
 .../org/apache/druid/segment/IndexSpecTest.java    |   2 +-
 .../segment/RoaringBitmapIndexMergerV9Test.java    |   2 +-
 .../druid/segment/data/BitmapSerdeFactoryTest.java |  15 +-
 .../druid/segment/filter/BaseFilterTest.java       |   2 +-
 .../segment/filter/ExtractionDimFilterTest.java    |   2 +-
 .../NestedFieldLiteralColumnIndexSupplierTest.java |   2 +-
 .../DictionaryEncodedStringIndexSupplierTest.java  |   2 +-
 .../segment/serde/NullColumnPartSerdeTest.java     |  16 +-
 .../coordinator/duty/CompactSegmentsTest.java      |   2 +-
 .../java/org/apache/druid/cli/DumpSegment.java     |   4 +-
 .../java/org/apache/druid/cli/DumpSegmentTest.java |   2 +-
 .../__snapshots__/index-spec-dialog.spec.tsx.snap  |  20 ---
 .../src/druid-models/index-spec/index-spec.tsx     |  14 --
 web-console/src/druid-models/stages/stages.mock.ts |   4 +-
 website/.spelling                                  |   2 +-
 38 files changed, 315 insertions(+), 219 deletions(-)


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