summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2014-02-25 20:22:15 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2014-02-25 20:22:15 +0100
commitda109ab7b3c8a6ede332bc0d99e3e71cbecf5154 (patch)
tree4c688ad469e321f0af1454e61e2a6ec129ac6d1d /NEWS.rst
parent91e0f8afac4ed3aeef3c0a79ae69b5df744ba45b (diff)
downloadhappybase-da109ab7b3c8a6ede332bc0d99e3e71cbecf5154.tar.gz
Revert "Allow batch_size=None in Table.scan() to avoid filter incompatibilities"
This reverts commit 8481d317804e060b12839b571ef22306074fba9c, since it is not a correct fix. See issue #56.
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS.rst b/NEWS.rst
index ba445dd..0f6e7d8 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -18,11 +18,6 @@ Release date: *not yet released*
Python 2.6 a separate ```ordereddict``` pacakge has to be installed from PyPI.
(`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
-------------