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 764f41d9593 Clear "lineSplittable" for JSON when using
KafkaInputFormat. (#15692)
add 792e5c58e4e IncrementalIndex#add is no longer thread-safe. (#15697)
No new revisions were added by this update.
Summary of changes:
.../indexing/OnheapIncrementalIndexBenchmark.java | 335 ++++++++++++++++
.../org/apache/druid/indexer/InputRowSerde.java | 7 +-
.../cardinality/CardinalityAggregator.java | 8 +-
.../hyperloglog/HyperUniquesAggregator.java | 8 +-
.../segment/RowBasedColumnSelectorFactory.java | 4 +-
.../segment/incremental/IncrementalIndex.java | 107 ++++--
.../incremental/OnheapIncrementalIndex.java | 133 ++++---
.../druid/segment/data/IncrementalIndexTest.java | 71 +---
.../incremental/IncrementalIndexIngestionTest.java | 152 --------
.../OnheapIncrementalIndexBenchmark.java | 428 ---------------------
10 files changed, 502 insertions(+), 751 deletions(-)
create mode 100644
benchmarks/src/test/java/org/apache/druid/benchmark/indexing/OnheapIncrementalIndexBenchmark.java
delete mode 100644
processing/src/test/java/org/apache/druid/segment/incremental/OnheapIncrementalIndexBenchmark.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]