Sha256: 8f65d69529a532f909aa1e2c2350800a021a82dd68dac7c8c5812398af695b74
Contents?: true
Size: 709 Bytes
Versions: 1
Compression:
Stored size: 709 Bytes
Contents
Changelog ========= 0.1.2 ----- - Dropped Bignum support. Automatic conversion from Fixnum to Bignum (or vice versa) will produce columns whose values are of heterogeneous types, that are impossible to be read in a consistent way. You can use BigDecimal type instead for large numbers. - Added `HBase::Scoped#while` which allows early termination of scan with [WhileMatchFilter](http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/WhileMatchFilter.html) - Filtering with regular expressions - Implemented comparator for `HBase::Result` - Added coprocessor administration methods - Basic aggregation with Coprocessor - `HBase::Scoped#count` with block - Allows PUT operation with timestamps
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hbase-jruby-0.1.2-java | CHANGELOG.md |