PyHive
PyHive copied to clipboard
When retrieving NaN values from presto (reals or doubles) pyhive returns a string value instead of float('NaN')
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.
ping?