druid/processing/src
Gian Merlino 054cf8a183 Limit random access in compressed column tests. (#4414)
* Limit random access in compressed column tests.

Random access leads to lots of block decompressions for reading single elements,
which is time prohibitive for the large column tests. For those tests, limit the
number of randomly accessed elements to 1000.

* Random -> ThreadLocalRandom
2017-06-15 14:48:06 -07:00
..
main/java/io/druid Expressions work better with strings. (#4394) 2017-06-14 14:50:18 -07:00
test Limit random access in compressed column tests. (#4414) 2017-06-15 14:48:06 -07:00