druid/extensions-contrib
Roman Leventov 5c0fc0a13a Fix ambiguity about IndexerSQLMetadataStorageCoordinator.getUsedSegmentsForInterval() returning only non-overshadowed or all used segments (#8564)
* IndexerSQLMetadataStorageCoordinator.getTimelineForIntervalsWithHandle() don't fetch abutting intervals; simplify getUsedSegmentsForIntervals()

* Add VersionedIntervalTimeline.findNonOvershadowedObjectsInInterval() method; Propagate the decision about whether only visible segmetns or visible and overshadowed segments should be returned from IndexerMetadataStorageCoordinator's methods to the user logic; Rename SegmentListUsedAction to RetrieveUsedSegmentsAction, SegmetnListUnusedAction to RetrieveUnusedSegmentsAction, and UsedSegmentLister to UsedSegmentsRetriever

* Fix tests

* More fixes

* Add javadoc notes about returning Collection instead of Set. Add JacksonUtils.readValue() to reduce boilerplate code

* Fix KinesisIndexTaskTest, factor out common parts from KinesisIndexTaskTest and KafkaIndexTaskTest into SeekableStreamIndexTaskTestBase

* More test fixes

* More test fixes

* Add a comment to VersionedIntervalTimelineTestBase

* Fix tests

* Set DataSegment.size(0) in more tests

* Specify DataSegment.size(0) in more places in tests

* Fix more tests

* Fix DruidSchemaTest

* Set DataSegment's size in more tests and benchmarks

* Fix HdfsDataSegmentPusherTest

* Doc changes addressing comments

* Extended doc for visibility

* Typo

* Typo 2

* Address comment
2019-11-06 11:07:04 -08:00
..
ambari-metrics-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
azure-extensions Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
cassandra-storage Remove commons-httpclient (#8407) 2019-09-27 02:14:58 -07:00
cloudfiles-extensions Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
distinctcount Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
dropwizard-emitter Fix jackson property name for dropwizardemitterconfig (#8691) 2019-10-22 14:40:19 -07:00
graphite-emitter Implementing dropwizard emitter for druid (#7363) 2019-10-01 14:59:30 -07:00
influx-extensions Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
influxdb-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
kafka-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
materialized-view-maintenance Fix ambiguity about IndexerSQLMetadataStorageCoordinator.getUsedSegmentsForInterval() returning only non-overshadowed or all used segments (#8564) 2019-11-06 11:07:04 -08:00
materialized-view-selection Fix ambiguity about IndexerSQLMetadataStorageCoordinator.getUsedSegmentsForInterval() returning only non-overshadowed or all used segments (#8564) 2019-11-06 11:07:04 -08:00
momentsketch Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
moving-average-query Moving Average extention: Add Sum averagers (#8511) 2019-10-24 16:37:24 -07:00
opentsdb-emitter Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
redis-cache Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
sqlserver-metadata-storage Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00
statsd-emitter Fix statsd types (#8628) 2019-10-06 14:14:09 -07:00
tdigestsketch Fix ambiguity about IndexerSQLMetadataStorageCoordinator.getUsedSegmentsForInterval() returning only non-overshadowed or all used segments (#8564) 2019-11-06 11:07:04 -08:00
thrift-extensions Bump Apache Thrift to 0.10.0 (#8419) 2019-11-05 15:38:50 -08:00
time-min-max remove select query (#8739) 2019-10-30 19:29:56 -07:00
virtual-columns remove select query (#8739) 2019-10-30 19:29:56 -07:00
README.md add missing license headers, in particular to MD files; clean up RAT … (#6563) 2018-11-13 09:38:37 -08:00

README.md

Community Extensions

Please contribute all community extensions in this directory and include a doc of how your extension can be used under /docs/content/development/extensions-contrib/.

Please note that community extensions are maintained by their original contributors and are not packaged with the core Druid distribution. If you'd like to take on maintenance for a community extension, please post on dev@druid.apache.org to let us know!