Overview
Request 230267 accepted
- update to 0.8:
* Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
* Add support for retrieving sorted columns, which is possible with the HBase
0.96 Thrift API
* The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to
`Scan.setBatching()` at the Java side (inside the Thrift server).
- Created by dirkmueller
- In state accepted
Request History
dirkmueller created request
- update to 0.8:
* Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
* Add support for retrieving sorted columns, which is possible with the HBase
0.96 Thrift API
* The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to
`Scan.setBatching()` at the Java side (inside the Thrift server).
posophe accepted request
Please add a comment