We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3778356 commit 42e1fb5Copy full SHA for 42e1fb5
1 file changed
lib/rbhive/t_c_l_i_schema_definition.rb
@@ -9,7 +9,6 @@ class TCLISchemaDefinition
9
TYPES = {
10
:boolean => :to_s,
11
:string => :to_s,
12
- :bigint => :to_i,
13
:float => :to_f,
14
:double => :to_f,
15
:int => :to_i,
0 commit comments