Roman Leventov
63a897c278
Enable most IntelliJ 'Probable bugs' inspections ( #4353 )
...
* Enable most IntelliJ 'Probable bugs' inspections
* Fix in RemoteTestNG
* Fix IndexSpec's equals() and hashCode() to include longEncoding
* Fix inspection errors
* Extract global isntance of natural().nullsFirst(); address comments
* Fix
* Use noinspection comments instead of SuppressWarnings on method for IntelliJ-specific inspections
* Prohibit Ordering.natural().nullsFirst() using Checkstyle
2017-06-07 09:54:25 -07:00
Roman Leventov
50e72c6aea
Fix bugs (core) ( #4339 )
...
* Fix bugs
* Add test for GoogleDataSegmentPusher.buildPath()
* Exclude extension changes
* Address comments
* Brace
2017-06-02 06:47:59 +09:00
Benedict Jin
cdd521fb23
Update outdated RLE paper and improve some code refactoring ( #4286 )
...
* Update outdated RLE paper and improve some code refactoring
* Roll back CONCISE's abbreviation
2017-05-18 12:26:24 -07:00
Roman Leventov
b7a52286e8
Make @Override annotation obligatory ( #4274 )
...
* Make MissingOverride an error
* Make travis stript to fail fast
* Add missing Override annotations
* Comment
2017-05-16 13:30:30 -05:00
Gian Merlino
2ca7b00346
Update versions to 0.10.1-SNAPSHOT. ( #4191 )
2017-04-20 18:12:28 -07:00
Gian Merlino
cc20133e70
Checkstyle rule to outlaw tabs. ( #3988 )
...
Tabs are the worst.
2017-02-28 23:52:53 -08:00
Roman Leventov
38000576ea
Optimizations of union, intersection and iterators of concise bitsets (part of #3798 ) ( #3883 )
...
* Port of metamx/extendedset#10 , metamx/extendedset#13 , metamx/extendedset#14 , metamx/extendedset#15 , metamx/bytebuffer-collections@9b199e3349 , metamx/bytebuffer-collections#38 to Druid, remove unused code from extendedset module
* Remove ConciseSet.modCount
* Replace comments with assertions in ImmutableConciseSet
* Fix comments
* Fix asssertions in ImmutableConciseSet
* Add tests
* Comment fix
2017-02-10 18:02:26 -08:00
Gian Merlino
12317fd001
Bump version to 0.10.0-SNAPSHOT. ( #3913 )
2017-02-06 17:54:35 -08:00
Akash Dwivedi
dd0c4e2ead
Migrating extendedset from Metamarkets. ( #3694 )
...
* Migrating extendedset from Metamarkets.
* Notice change
* More details in NOTICE
* NOTICE formatting.
* suppress header checkstlye for extendedset.
2017-01-17 10:10:27 -08:00