<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/happybase.git/tests, branch python3</title>
<subtitle>github.com: wbolster/happybase.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/'/>
<entry>
<title>Update tests for Python 3 compatibility</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-04-02T21:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=0903fe261a6371830cffc66e61c9f08f500df6d0'/>
<id>0903fe261a6371830cffc66e61c9f08f500df6d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite str_increment() as bytes_increment()</title>
<updated>2016-07-27T17:08:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-28T17:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=76ed812f5f8efa90dd41d51de7952f4f15891ff2'/>
<id>76ed812f5f8efa90dd41d51de7952f4f15891ff2</id>
<content type='text'>
...and make it work on both Python 3 and 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...and make it work on both Python 3 and 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to thriftpy</title>
<updated>2016-03-27T19:46:42+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-27T19:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=9212da0fd4997e462a95f20a8c26182ce51be55e'/>
<id>9212da0fd4997e462a95f20a8c26182ce51be55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer confuse batching/caching; add Table.scan(scan_batching=...)</title>
<updated>2014-02-25T20:08:21+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2014-02-25T20:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=106dcf070574c5be9bdeba90c689b09e3fbed71b'/>
<id>106dcf070574c5be9bdeba90c689b09e3fbed71b</id>
<content type='text'>
For details, see the comments added in this commit, and issues #54 and
issue #56.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For details, see the comments added in this commit, and issues #54 and
issue #56.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Allow batch_size=None in Table.scan() to avoid filter incompatibilities"</title>
<updated>2014-02-25T19:22:15+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2014-02-25T19:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=da109ab7b3c8a6ede332bc0d99e3e71cbecf5154'/>
<id>da109ab7b3c8a6ede332bc0d99e3e71cbecf5154</id>
<content type='text'>
This reverts commit 8481d317804e060b12839b571ef22306074fba9c, since it
is not a correct fix. See issue #56.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8481d317804e060b12839b571ef22306074fba9c, since it
is not a correct fix. See issue #56.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow batch_size=None in Table.scan() to avoid filter incompatibilities</title>
<updated>2014-01-25T20:39:49+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2014-01-25T20:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=8481d317804e060b12839b571ef22306074fba9c'/>
<id>8481d317804e060b12839b571ef22306074fba9c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for retrieving sorted columns in HBase &gt;= 0.96</title>
<updated>2013-11-08T21:13:23+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-11-08T21:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=aea6980ea181912c0c8cdd61763bc5110c28a445'/>
<id>aea6980ea181912c0c8cdd61763bc5110c28a445</id>
<content type='text'>
This is possible with the HBase 0.96 Thrift API. This feature uses a new
'sorted_columns' argument to Table.scan(). Fixes issue #39.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is possible with the HBase 0.96 Thrift API. This feature uses a new
'sorted_columns' argument to Table.scan(). Fixes issue #39.
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to 0.96 compatibility mode in tests</title>
<updated>2013-11-08T21:03:37+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-11-08T21:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=d972cabf1575dfbf83d518fb886c5f58c4c4a543'/>
<id>d972cabf1575dfbf83d518fb886c5f58c4c4a543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compatibility fixes for HBase 0.96</title>
<updated>2013-11-08T20:36:46+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-11-08T20:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=3f5bed951741500dbd4aff5d57ba8bf6f0fd2e1b'/>
<id>3f5bed951741500dbd4aff5d57ba8bf6f0fd2e1b</id>
<content type='text'>
HBase 0.96.0 is more strict wrt column family names without a column
qualifier. In previous versions a trailing ':' character after a column
family name (e.g. 'cf1:') did not make any difference compared to the
version without it (e.g. 'cf1'), but from 0.96.0 this is no longer the
case...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HBase 0.96.0 is more strict wrt column family names without a column
qualifier. In previous versions a trailing ':' character after a column
family name (e.g. 'cf1:') did not make any difference compared to the
version without it (e.g. 'cf1'), but from 0.96.0 this is no longer the
case...
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce test loop and add more random failures to simulate the functionality.</title>
<updated>2013-06-07T21:46:11+00:00</updated>
<author>
<name>Roger Hu</name>
<email>roger.hu@gmail.com</email>
</author>
<published>2013-06-05T01:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/happybase.git/commit/?id=4daef2bb43f7fdadba4594d9e099ff85f7b0393b'/>
<id>4daef2bb43f7fdadba4594d9e099ff85f7b0393b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
