lib/impala/protocol.rb in impala-0.1.2 vs lib/impala/protocol.rb in impala-0.1.3

- old
+ new

@@ -1,6 +1,8 @@ require 'impala/protocol/impala_service' module Impala + # Taken as a whole, this module contains all the thrift-generated stuff that + # defines the Impala protocol. module Protocol end end \ No newline at end of file