<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/happybase.git/tests/test_api.py, branch dev</title>
<subtitle>github.com: wbolster/happybase.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/'/>
<entry>
<title>Port to thriftpy</title>
<updated>2016-03-20T18:33:23+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-19T22:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=72cdccf8965735a77d5a72c31f4ebc2d4d36682a'/>
<id>72cdccf8965735a77d5a72c31f4ebc2d4d36682a</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Delete test table from previous test run before running tests</title>
<updated>2013-06-07T21:07:17+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-06-07T21:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=f789d0194b2e75264c0d31eb832288f72469d914'/>
<id>f789d0194b2e75264c0d31eb832288f72469d914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to remove the table if it exists before starting tests.</title>
<updated>2013-06-04T23:23:24+00:00</updated>
<author>
<name>Roger Hu</name>
<email>rhu@hearsaycorp.com</email>
</author>
<published>2013-06-04T23:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=a86a6ffc7e9b70e85d8192bbf5280366aa8936f6'/>
<id>a86a6ffc7e9b70e85d8192bbf5280366aa8936f6</id>
<content type='text'>
Aborting the tests half-way causes issues since teardown_module() is not called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Aborting the tests half-way causes issues since teardown_module() is not called.
</pre>
</div>
</content>
</entry>
</feed>
