Skip to content

Commit

Permalink
Removed duplicate definition of a bigint type
Browse files Browse the repository at this point in the history
  • Loading branch information
robertino committed Jan 13, 2015
1 parent 3778356 commit 42e1fb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rbhive/t_c_l_i_schema_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class TCLISchemaDefinition
TYPES = {
:boolean => :to_s,
:string => :to_s,
:bigint => :to_i,
:float => :to_f,
:double => :to_f,
:int => :to_i,
Expand Down

0 comments on commit 42e1fb5

Please sign in to comment.