summaryrefslogtreecommitdiff
path: root/happybase/table.py
diff options
context:
space:
mode:
Diffstat (limited to 'happybase/table.py')
-rw-r--r--happybase/table.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/happybase/table.py b/happybase/table.py
index e0795f6..47a9c69 100644
--- a/happybase/table.py
+++ b/happybase/table.py
@@ -310,6 +310,7 @@ class Table(object):
columns=columns,
caching=batch_size,
filterString=filter,
+ batchSize=batch_size,
)
scan_id = self.connection.client.scannerOpenWithScan(
self.name, scan, {})