druid/extensions-core
Alexander Saydakov 15864434be ArrayOfDoublesSketch module (#5148)
* ArrayOfDoublesSketch module

* UTF-8 fix

* javadoc, style fixes

* more style fixes

* null key selector fix

* more style fixes

* removed @Override, strict compiler doesn't like it

* removed @Override, strict compiler doesn't like it

* IndexedInts is not autoclosable? removed one more @0verride

* synchronized with upstream master

* removed unused imports

* addressed review points

* null fix

* addressed review points

* IAE from druid package

* synchronized aggregate() and get()

* use locks per buffer position

* corrected javadoc

* style fixes

* added lock and narrowed the scope

* addressed review comments

* conflict resolution went wrong

* addressed review comments

* javadoc

* javadoc links

* fully qualified name since there is no import for this class

* addressed review points

* style fix

* StandardCharsets.UTF_8

* addressed review points

* added @Override

* added equals and hashCode tests for post aggs

* formatting

* suppress warnings

* optimal IndexedInts iteration

* suppress SelfEquals

* added comments about getClass() in equals()
2018-05-13 15:48:00 +03:00
..
avro-extensions Remove unused code and exception declarations (#5461) 2018-03-16 22:11:12 +01:00
datasketches ArrayOfDoublesSketch module (#5148) 2018-05-13 15:48:00 +03:00
druid-basic-security Kerberos Spnego Authentication Router Issue (#5706) 2018-05-05 20:33:51 -07:00
druid-kerberos Fix KerberosAuthenticator serverPrincipal host replacement (#5766) 2018-05-10 11:04:49 +05:30
hdfs-storage Use unique segment paths for Kafka indexing (#5692) 2018-04-29 21:59:48 -07:00
histogram Remove unused code and exception declarations (#5461) 2018-03-16 22:11:12 +01:00
kafka-eight Future-proof some Guava usage (#5414) 2018-03-20 08:59:33 -07:00
kafka-extraction-namespace Remove unused code and exception declarations (#5461) 2018-03-16 22:11:12 +01:00
kafka-indexing-service Add taskType dimension to task metrics (#5664) 2018-05-07 09:42:26 -07:00
lookups-cached-global Make lookup offheap buffer configurable (#5696) 2018-05-04 10:00:55 -07:00
lookups-cached-single Remove unused code and exception declarations (#5461) 2018-03-16 22:11:12 +01:00
mysql-metadata-storage Remove unused code and exception declarations (#5461) 2018-03-16 22:11:12 +01:00
postgresql-metadata-storage Remove unused code and exception declarations (#5461) 2018-03-16 22:11:12 +01:00
protobuf-extensions Remove unused code and exception declarations (#5461) 2018-03-16 22:11:12 +01:00
s3-extensions Support enablePathStyleAccess, disableChunkedEncoding, and forceGlobalBucketAccessEnabled for aws client (#5702) 2018-05-02 10:45:38 -07:00
simple-client-sslcontext Update versions to 0.13.0-SNAPSHOT. (#5323) 2018-02-02 12:06:38 -06:00
stats Fix cache bug in stats module (#5650) 2018-04-17 15:11:03 -07:00