diff --git a/lib/stargate/operation/scanner_operation.rb b/lib/stargate/operation/scanner_operation.rb index de2f170..6464bf9 100644 --- a/lib/stargate/operation/scanner_operation.rb +++ b/lib/stargate/operation/scanner_operation.rb @@ -6,7 +6,7 @@ module ScannerOperation # # Example: # client = Stargate::Client.new("http://localhost:8080") - # scanner = client.open_scanner("test-hbase-stargate", :batch_size => 1000, :start_row => "row1", :end_row => "row2") + # scanner = client.open_scanner("test-hbase-stargate", :batch => 1000, :start_row => "row1", :end_row => "row2") # # @see Model::Scanner::AVAILABLE_OPTS # @param [String] table_name the table name diff --git a/lib/stargate/version.rb b/lib/stargate/version.rb index 8cdd9f7..5ed1d78 100644 --- a/lib/stargate/version.rb +++ b/lib/stargate/version.rb @@ -1,3 +1,3 @@ module Stargate - VERSION = "1.6.1" + VERSION = "1.6.1onavo1" end