lib/aerospike/command/batch_command.rb in aerospike-1.0.5 vs lib/aerospike/command/batch_command.rb in aerospike-1.0.6
- old
+ new
@@ -54,9 +54,12 @@
end
end
end
def parse_key(field_count)
+ # in Stream queries, there are no keys
+ return unless field_count > 0
+
digest = nil
namespace = nil
set_name = nil
user_key = nil