GravityLabs / HPaste

HBase DSL for Scala with MapReduce support
http://www.gravity.com/technology/
Apache License 2.0
127 stars 32 forks source link

Query2 builder that prevents execution until you have selected at least ... #9

Closed john-kurkowski closed 12 years ago

john-kurkowski commented 12 years ago

...one column or family. withColumns(column) and withFamilies(familiy) now require at least one arg.

Fixes accidental massive column selections on wide rows. You can still get all columns with .withAllColumns.

Moved all BaseQuery fields to be in one place.