PyHive icon indicating copy to clipboard operation
PyHive copied to clipboard

When retrieving NaN values from presto (reals or doubles) pyhive returns a string value instead of float('NaN')

Open brokenjacobs opened this issue 6 years ago • 1 comments

in pyhive do a: SELECT REAL'NaN';

Check the type of the return, it is not a float or a double but the string NaN.

brokenjacobs avatar Nov 04 '19 23:11 brokenjacobs

ping?

brokenjacobs avatar Nov 16 '20 17:11 brokenjacobs