summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2014-01-25 21:39:49 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2014-01-25 21:39:49 +0100
commit8481d317804e060b12839b571ef22306074fba9c (patch)
tree8a2c356601626b3f729d9ec71d1f5edffa57916e /NEWS.rst
parent87275df09b240858bc5bb731c8c71ba7e935ca13 (diff)
downloadhappybase-8481d317804e060b12839b571ef22306074fba9c.tar.gz
Allow batch_size=None in Table.scan() to avoid filter incompatibilities
Allow None as a valid value for the batch_size argument to Table.scan(), since HBase does not support specifying a batch size when some scanner filters are used. Fixes issue #54.
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index caac0a3..6fd875c 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -14,6 +14,11 @@ Release date: *not yet released*
to :py:meth:`Table.scan` (`issue #39
<https://github.com/wbolster/happybase/issues/39>`_).
+* Allow `None` as a valid value for the `batch_size` argument to
+ :py:meth:`Table.scan`, since HBase does not support specifying a batch size
+ when some scanner filters are used. (`issue #54
+ <https://github.com/wbolster/happybase/issues/54>`_).
+
HappyBase 0.7
-------------