Sha256: bbcb4a3d12ed696c0e9e1b8f5f1a5c6383fd008329873c1407483b610868c38d
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
Changelog ========= 0.1.5 ----- - Added support for shorter integers - Extended `HBase::ByteArray` for easy manipulation of Java byte arrays 0.1.4 ----- - Fix: Start/stop row not correctly set when byte array rowkey range specified - More efficient count with FirstKeyOnlyFilter - Added `HBase::ByteArray` method as a shorthand notation for `HBase::ByteArray.new` - Added `HBase::ByteArray#+` method for concatenating two byte arrays - Added `HBase::Util::java_bytes?` method - Documentation 0.1.3 ----- - Supports Ruby 1.8 compatibility mode - Fix: Correct return value from `HBase::resolve_dependency!` - Fix: Appropriately close result scanners 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.5-java | CHANGELOG.md |