Skip to content

Commit 42e1fb5

Browse files
committed
Removed duplicate definition of a bigint type
1 parent 3778356 commit 42e1fb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/rbhive/t_c_l_i_schema_definition.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class TCLISchemaDefinition
99
TYPES = {
1010
:boolean => :to_s,
1111
:string => :to_s,
12-
:bigint => :to_i,
1312
:float => :to_f,
1413
:double => :to_f,
1514
:int => :to_i,

0 commit comments

Comments
 (0)