rbhive 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rbhive/connection.rb +1 -1
  2. metadata +2 -2
@@ -77,7 +77,7 @@ module RBHive
77
77
  def fetch_in_batch(query, batch_size=100)
78
78
  execute(query)
79
79
  until (next_batch = client.fetchN(batch_size)).empty?
80
- yield next_batch
80
+ yield ResultSet.new(next_batch)
81
81
  end
82
82
  end
83
83
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 16
9
- version: 0.1.16
8
+ - 17
9
+ version: 0.1.17
10
10
  platform: ruby
11
11
  authors:
12
12
  - Forward Internet Group