Skip to content

Commit

Permalink
Double precision data type removed
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Apr 9, 2018
1 parent 33fc398 commit a6b773a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/mapd/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
'DATE': dt.date,
'DECIMAL': dt.float64,
'DOUBLE': dt.float64,
'DOUBLE PRECISION': dt.float,
'INT': dt.int32,
'INTEGER': dt.int32,
'FLOAT': dt.float32,
Expand Down

0 comments on commit a6b773a

Please sign in to comment.