devin stevenson

Results 2 issues of devin stevenson

Hi @jingw. I added support on Presto for decimal, date, and timestamp presto types. I also modified the tests to include a date type. The Travis CI test failed on...

numpy int64 and float64 inconsistently derive from base `int` and `float` depending on python version. Checking against `numbers.Real` ensures correct behavior. on python 3.6 ``` >>> import numpy as np...